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
..
2015-09-25 10:37:41 -07:00
2014-01-22 17:51:32 +01:00
2016-10-09 16:05:48 +01:00
2016-02-28 18:54:56 -05:00
2015-11-20 20:48:51 +02:00
2013-11-14 14:05:52 -08:00
2016-03-23 17:17:02 -04:00
2016-10-09 16:05:48 +01:00
2015-11-02 16:33:58 -05:00
2016-02-28 18:54:56 -05:00