From: Carlos Martín Nieto Date: Fri, 15 Jun 2012 14:33:15 +0000 (+0200) Subject: Documentation: --no-walk is no-op if range is specified X-Git-Tag: v1.7.11.2~9^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/42939f1a244451ed3b9dcb2d2e3eea2bcb08f6c2 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 Signed-off-by: Junio C Hamano --- 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::