Skip to content

Commit 887c193

Browse files
author
Edward Thomson
authored
Merge pull request libgit2#4108 from rcjsuen/patch-1
Flag given_opts in git_revert as optional
2 parents 104a1b0 + 21d4a37 commit 887c193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/revert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ GIT_EXTERN(int) git_revert_commit(
7575
*
7676
* @param repo the repository to revert
7777
* @param commit the commit to revert
78-
* @param given_opts merge flags
78+
* @param given_opts the revert options (or null for defaults)
7979
* @return zero on success, -1 on failure.
8080
*/
8181
GIT_EXTERN(int) git_revert(

0 commit comments

Comments
 (0)