mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-07 19:49:58 +00:00
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. |
||
|---|---|---|
| .. | ||
| discover.c | ||
| getters.c | ||
| init.c | ||
| message.c | ||
| open.c | ||
| setters.c | ||