summaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-25 18:25:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-06-25 18:25:38 (GMT)
commita913b56fcbc86259f5422043e2f603e8738b158b (patch)
tree108c99e6ddd58333efd9447596cce82dd02e8c7e /Documentation/rev-list-options.txt
parent6a7f2b239634d05f828adc09a90578f307aa94f2 (diff)
parentb98878edefd284927748aa2ce9ff090fa43c2c8a (diff)
downloadgit-a913b56fcbc86259f5422043e2f603e8738b158b.zip
git-a913b56fcbc86259f5422043e2f603e8738b158b.tar.gz
git-a913b56fcbc86259f5422043e2f603e8738b158b.tar.bz2
Merge branch 'cn/cherry-pick-range-docs'
The command line argument of "git cherry-pick maint master..next" is just an ordinary revision range, which is unintuitive and at least deserves documentation. * 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 1ae3c89..84e34b1 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::