Commit f8263472 by Pierre-Olivier Latour

Fixed git_revert() documentation

parent a3ef70bb
...@@ -71,7 +71,7 @@ GIT_EXTERN(int) git_revert_commit( ...@@ -71,7 +71,7 @@ GIT_EXTERN(int) git_revert_commit(
const git_merge_options *merge_options); const git_merge_options *merge_options);
/** /**
* Reverts the given commit, producing changes in the working directory. * Reverts the given commit, producing changes in the index and working directory.
* *
* @param repo the repository to revert * @param repo the repository to revert
* @param commit the commit to revert * @param commit the commit to revert
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment