Russell Belfer
badd85a613
Use git_odb_object_data/_size whereever possible
...
This uses the odb object accessors so we can change the internals
more easily...
2013-04-22 16:50:51 +02:00
Vicent Marti
8842c75f17
What has science done.
2013-04-22 16:50:50 +02:00
Edward Thomson
359fc2d241
update copyrights
2013-01-08 17:31:27 -06:00
Scott J. Goldman
bdf3e6df83
Fix error condition typo
2012-11-29 17:34:41 -08:00
Russell Belfer
d5e44d8498
Fix function name and add real error check
...
`revwalk.h:commit_lookup()` -> `git_revwalk__commit_lookup()`
and make `git_commit_list_parse()` do real error checking that
the item in the list is an actual commit object. Also fixed an
apparent typo in a test name.
2012-11-29 17:02:27 -08:00
Ben Straub
4ff192d3f2
Move merge functions to merge.c
...
In so doing, promote commit_list to git_commit_list,
with its own internal API header.
2012-11-27 13:18:29 -08:00