Commit f8263472d152ad6008a14a022c9866dbc4de8458

Pierre-Olivier Latour 2014-12-30T15:54:30

Fixed git_revert() documentation

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/revert.h b/include/git2/revert.h
index 476148d..4e0ae9b 100644
--- a/include/git2/revert.h
+++ b/include/git2/revert.h
@@ -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