diff options
author | Carlos Martín Nieto <cmn@elego.de> | 2012-06-15 16:33:15 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-15 10:41:37 -0700 |
commit | 42939f1a244451ed3b9dcb2d2e3eea2bcb08f6c2 (patch) | |
tree | 5279cdc1989d3d506a4434a4a85a60ac0d94e0ac | |
parent | Git 1.7.8.6 (diff) | |
download | tgif-42939f1a244451ed3b9dcb2d2e3eea2bcb08f6c2.tar.xz |
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>
-rw-r--r-- | Documentation/rev-list-options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 6a4b6355ba..5b440294c5 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:: |