Skip to content

Commit 42939f1

Browse files
carlosmngitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d9f5ef7 commit 42939f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/rev-list-options.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ These options are mostly targeted for packing of git repositories.
622622
--no-walk::
623623

624624
Only show the given revs, but do not traverse their ancestors.
625+
This has no effect if a range is specified.
625626

626627
--do-walk::
627628

0 commit comments

Comments
 (0)