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
commit Add git_commit_amend API 2014-02-07 16:17:59 -08:00
raw
tag
tree Merge pull request #2027 from libgit2/rb/only-windows-is-windows 2014-02-05 13:07:46 -08:00
cache.c
lookup.c
lookupbypath.c
message.c messsage: use git_buf in prettify() 2014-01-27 04:44:06 +01:00
peel.c