summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2014-12-31 09:27:44 -0600
committerEdward Thomson <ethomson@edwardthomson.com>2014-12-31 09:27:44 -0600
commit56065c0954bc7bf6a28cb0a0534b26536b5361ea (patch)
treefdfeeb8222f67a640a498fb53cb18ad69086bf29
parenta3ef70bb405a05c16fb533d828da2510ff751224 (diff)
parentf8263472d152ad6008a14a022c9866dbc4de8458 (diff)
downloadlibgit2-56065c0954bc7bf6a28cb0a0534b26536b5361ea.tar.gz
Merge pull request #2788 from swisspol/fix_docs
Fixed git_revert() documentation
-rw-r--r--include/git2/revert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/revert.h b/include/git2/revert.h
index 476148dee..4e0ae9ba9 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