Fixed git_revert() documentation

This commit is contained in:
Pierre-Olivier Latour 2014-12-30 15:54:30 -08:00
parent a3ef70bb40
commit f8263472d1

View File

@ -71,7 +71,7 @@ GIT_EXTERN(int) git_revert_commit(
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 commit the commit to revert