Skip to content

Commit

Permalink
Documentation: --no-walk is no-op if range is specified
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Carlos Martín Nieto authored and Junio C Hamano committed Jun 15, 2012
1 parent d9f5ef7 commit 42939f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 42939f1

Please sign in to comment.