libgit2/tests-clar/repo
Carlos Martín Nieto 074841ec6a repository: add a getter and remove function for git's prepared message
The 'git revert/cherry-pick/merge -n' commands leave .git/MERGE_MSG
behind so that git-commit can find it. As we don't yet support these
operations, users who are shelling out to let git perform these
operations haven't had a convenient way to get this message.

These functions allow the user to retrieve the message and remove it
when she's created the commit.
2012-08-01 18:39:20 +02:00
..
discover.c errors: Rename error codes 2012-05-18 01:48:50 +02:00
getters.c Fix git_repository_set_odb() refcount issue 2012-04-23 11:07:19 +02:00
init.c repo tests: do cleanup reinit tests 2012-07-03 12:11:19 +02:00
message.c repository: add a getter and remove function for git's prepared message 2012-08-01 18:39:20 +02:00
open.c errors: Rename error codes 2012-05-18 01:48:50 +02:00
setters.c Add flag to write gitlink on setting repo workdir 2012-07-10 23:19:47 -07:00