summaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-07-11 12:45:34 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-07-11 12:45:34 -0700
commita0ceb72f38bf841322fc8ce28ea39328e8a5aa19 (patch)
tree5e7999a27838506611516356e4a8738482bb4545 /Documentation/rev-list-options.txt
parentMerge branch 'jc/ustar-checksum-is-unsigned' into maint (diff)
parentgit-cherry-pick.txt: clarify the use of revision range notation (diff)
downloadtgif-a0ceb72f38bf841322fc8ce28ea39328e8a5aa19.tar.xz
Merge branch 'cn/cherry-pick-range-docs' into maint
The documentation for "git cherry-pick A B..C" was misleading. * cn/cherry-pick-range-docs: git-cherry-pick.txt: clarify the use of revision range notation Documentation: --no-walk is no-op if range is specified
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 1ae3c899ef..84e34b1aba 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::