mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 17:46:09 +00:00
Merge pull request #4108 from rcjsuen/patch-1
Flag given_opts in git_revert as optional
This commit is contained in:
commit
887c1931a2
@ -75,7 +75,7 @@ GIT_EXTERN(int) git_revert_commit(
|
||||
*
|
||||
* @param repo the repository to revert
|
||||
* @param commit the commit to revert
|
||||
* @param given_opts merge flags
|
||||
* @param given_opts the revert options (or null for defaults)
|
||||
* @return zero on success, -1 on failure.
|
||||
*/
|
||||
GIT_EXTERN(int) git_revert(
|
||||
|
Loading…
Reference in New Issue
Block a user