basepi / libgit2

The Library
http://libgit2.github.com
Other
0 stars 0 forks source link

Build public-facing diff API function interface #5

Open hausdorf opened 13 years ago

hausdorf commented 13 years ago

We need to settle on, and implement, the functions that will face outwards, directly to the users. This includes:

  1. Designing the functions and function signatures to be used directly by the users
  2. Define, implement, and typedef all structs associated with these functions.
hausdorf commented 13 years ago

The API is settled, more or less as of commits d0ee42278d464da75b70 and 082fd79a57c5bb39924f

hausdorf commented 13 years ago

I implemented the git_diffdata struct (holds a diff between to objects) and typedef'd it in the appropriate location. This should be complete as of commit 617e194d91d000b3c4fe

hausdorf commented 13 years ago

We should have most of the interface work done as of 60d35b9e22ab3ce82eaa. If someone wants to review it, I'll close the issue.

basepi commented 13 years ago

If you write SHA: it will auto-link to that commit, just FYI. Might as well have it linking if we're gonna put SHA's in at all. (See the GitHub Flavored Markdown help article for more info)

basepi commented 13 years ago

For example, you mentioned SHA: 60d35b9e22ab3ce82eaa for the review.....Hopefully this will auto-link, my "Preview" button isn't working, as I'm tethered to my phone so my internet sucks.

Crap, it didn't. I guess /I/ need to reread the markdown article.

Let's try just like in the article:

OK, never mind, I give up.

hausdorf commented 13 years ago

Heh.