summaryrefslogtreecommitdiffstats
path: root/git-revert.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-17 08:08:47 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-17 08:08:47 +0000
commitf69a0a065df32be5accdda5105d54c580c21e0ee (patch)
tree50efb9461bf15dfb63908ece88678b10e0309cc6 /git-revert.txt
parentf5a9362a72a5a586926fce49c90c93a75cbad2b5 (diff)
downloadgit-htmldocs-f69a0a065df32be5accdda5105d54c580c21e0ee.tar.gz
Autogenerated HTML docs for v1.5.6.3-439-g1e10
Diffstat (limited to 'git-revert.txt')
-rw-r--r--git-revert.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/git-revert.txt b/git-revert.txt
index 5411edca9..271850f51 100644
--- a/git-revert.txt
+++ b/git-revert.txt
@@ -43,16 +43,16 @@ OPTIONS
-n::
--no-commit::
Usually the command automatically creates a commit with
- a commit log message stating which commit was reverted.
- This flag applies the change necessary to revert the
- named commit to your working tree, but does not make the
- commit. In addition, when this option is used, your
- working tree does not have to match the HEAD commit.
- The revert is done against the beginning state of your
- working tree.
+ a commit log message stating which commit was
+ reverted. This flag applies the change necessary
+ to revert the named commit to your working tree
+ and the index, but does not make the commit. In addition,
+ when this option is used, your index does not have to match
+ the HEAD commit. The revert is done against the
+ beginning state of your index.
+
This is useful when reverting more than one commits'
-effect to your working tree in a row.
+effect to your index in a row.
-s::
--signoff::