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>
This commit is contained in:
parent
d9f5ef7a4a
commit
42939f1a24
@ -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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user