summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2017-02-04 11:04:30 +0100
committerGitHub <noreply@github.com>2017-02-04 11:04:30 +0100
commit887c1931a293cc6bb2687fea7a8303ab3e8fbc7e (patch)
tree7136372d482c4bd9f78e72f024cb71ce7f2fac43 /include/git2
parent104a1b0bd997433a1838b4583c6604f32953344c (diff)
parent21d4a3783e657c2426511760579e8883b076068f (diff)
downloadlibgit2-887c1931a293cc6bb2687fea7a8303ab3e8fbc7e.tar.gz
Merge pull request #4108 from rcjsuen/patch-1
Flag given_opts in git_revert as optional
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/revert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/revert.h b/include/git2/revert.h
index 2de194219..82dbadcfc 100644
--- a/include/git2/revert.h
+++ b/include/git2/revert.h
@@ -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(