Files
Carlos Martín Nieto c3d0633800 commit: provide functions with and without a reference name
Currently git_commit_create() takes on creating a commit and updating a
reference. Provide a better interface by splitting up each of the
concerns into named functions for each.

git_commit_create() will only create the commit, it will not modify any
reference. git_commit_create_on() takes a reference name to update and
git_commit_create_on_head() is a convenience function to update HEAD.
2018-03-22 16:23:20 +01:00
..
2014-07-01 14:40:16 -04:00
2015-06-30 14:31:07 +00:00
2015-11-20 20:48:51 +02:00
2015-06-12 09:28:47 -07:00