libgit2/include/git2/sys
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
..
commit.h Add git_commit_amend API 2014-02-07 16:17:59 -08:00
config.h Fix saving remotes with several fetch/push ref specs. 2013-11-01 00:08:52 +01:00
filter.h Cleanups, renames, and leak fixes 2013-12-12 12:11:38 -08:00
index.h Clean up some documentation 2013-07-23 09:40:19 +02:00
odb_backend.h indexer: fix thin packs 2013-10-04 15:26:41 +02:00
refdb_backend.h refs: placeholder conditional delete 2014-02-05 12:07:57 +01:00
reflog.h reflog: move the reflog implementation into refdb_fs 2013-10-02 06:53:24 +02:00
refs.h Clean up some documentation 2013-07-23 09:40:19 +02:00
repository.h Rename new fn to git_repository_reinit_filesystem 2013-10-08 16:59:59 -07:00