libgit2/tests/object
Russell Belfer 80c29fe93e Add git_commit_amend API
This adds an API to amend an existing commit, basically a shorthand
for creating a new commit filling in missing parameters from the
values of an existing commit.  As part of this, I also added a new
"sys" API to create a commit using a callback to get the parents.
This allowed me to rewrite all the other commit creation APIs so
that temporary allocations are no longer needed.
2014-02-07 16:17:59 -08:00
..
blob Update git_blob_create_fromchunks callback behavr 2013-12-11 10:57:50 -08:00
commit Add git_commit_amend API 2014-02-07 16:17:59 -08:00
raw Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
tag Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
tree Merge pull request #2027 from libgit2/rb/only-windows-is-windows 2014-02-05 13:07:46 -08:00
cache.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
lookup.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
lookupbypath.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
message.c messsage: use git_buf in prettify() 2014-01-27 04:44:06 +01:00
peel.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00