Documentation: --no-walk is no-op if range is specified
authorCarlos Martín Nieto <cmn@elego.de>
Fri, 15 Jun 2012 14:33:15 +0000 (16:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Jun 2012 17:41:37 +0000 (10:41 -0700)
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>
Documentation/rev-list-options.txt
index 6a4b6355ba91d60ebf2279903a25032256f2063b..5b440294c57c1ca7660ea82e9f14aeb23cb90c19 100644 (file)
@@ -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::