diff options
| author | Edward Thomson <ethomson@github.com> | 2017-02-04 11:04:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-04 11:04:30 +0100 |
| commit | 887c1931a293cc6bb2687fea7a8303ab3e8fbc7e (patch) | |
| tree | 7136372d482c4bd9f78e72f024cb71ce7f2fac43 /include/git2 | |
| parent | 104a1b0bd997433a1838b4583c6604f32953344c (diff) | |
| parent | 21d4a3783e657c2426511760579e8883b076068f (diff) | |
| download | libgit2-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.h | 2 |
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( |
