We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 104a1b0 + 21d4a37 commit 887c193Copy full SHA for 887c193
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