From 42939f1a244451ed3b9dcb2d2e3eea2bcb08f6c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Fri, 15 Jun 2012 16:33:15 +0200 Subject: Documentation: --no-walk is no-op if range is specified MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Documentation/rev-list-options.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 6a4b6355b..5b440294c 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:: -- cgit v1.2.1