summaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@elego.de>2012-06-15 14:33:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-06-15 17:41:37 (GMT)
commit42939f1a244451ed3b9dcb2d2e3eea2bcb08f6c2 (patch)
tree5279cdc1989d3d506a4434a4a85a60ac0d94e0ac /Documentation/rev-list-options.txt
parentd9f5ef7a4a760d58f1f824f9fb8c12ef0371d3a9 (diff)
downloadgit-42939f1a244451ed3b9dcb2d2e3eea2bcb08f6c2.zip
git-42939f1a244451ed3b9dcb2d2e3eea2bcb08f6c2.tar.gz
git-42939f1a244451ed3b9dcb2d2e3eea2bcb08f6c2.tar.bz2
Documentation: --no-walk is no-op if range is specified
The existing description can be misleading and cause the reader to think that --no-walk will do something if they specify a range in the command line instead of a set of revs. Signed-off-by: Carlos Martín Nieto <cmn@elego.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 6a4b635..5b44029 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -622,6 +622,7 @@ These options are mostly targeted for packing of git repositories.
--no-walk::
Only show the given revs, but do not traverse their ancestors.
+ This has no effect if a range is specified.
--do-walk::