libgit2/include
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
..
git2 Add git_commit_amend API 2014-02-07 16:17:59 -08:00
git2.h Include git2/revert.h in git2.h 2013-12-03 23:00:50 +08:00