We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104a1b0 commit 21d4a37Copy full SHA for 21d4a37
include/git2/revert.h
@@ -75,7 +75,7 @@ GIT_EXTERN(int) git_revert_commit(
75
*
76
* @param repo the repository to revert
77
* @param commit the commit to revert
78
- * @param given_opts merge flags
+ * @param given_opts the revert options (or null for defaults)
79
* @return zero on success, -1 on failure.
80
*/
81
GIT_EXTERN(int) git_revert(
0 commit comments