mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 03:15:46 +00:00
Merge pull request #2439 from ethomson/revert_export
Export git_revert_commit
This commit is contained in:
commit
a252b9e245
@ -59,7 +59,7 @@ GIT_EXTERN(int) git_revert_init_options(
|
||||
* @param merge_options the merge options (or null for defaults)
|
||||
* @return zero on success, -1 on failure.
|
||||
*/
|
||||
int git_revert_commit(
|
||||
GIT_EXTERN(int) git_revert_commit(
|
||||
git_index **out,
|
||||
git_repository *repo,
|
||||
git_commit *revert_commit,
|
||||
|
Loading…
Reference in New Issue
Block a user