Merge pull request #4108 from rcjsuen/patch-1

Flag given_opts in git_revert as optional
This commit is contained in:
Edward Thomson 2017-02-04 11:04:30 +01:00 committed by GitHub
commit 887c1931a2

View File

@ -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(