summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-04-14 17:33:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-04-14 17:33:55 (GMT)
commit5a69705968de1fe6cb3923c420514ab8801622dd (patch)
treeeab998db633c4cd30bb3aeac5c3f1ccdb2962e95
parent1d058dc6e5bdc6832906aa3237157787cbccda8a (diff)
parentf907282faf9ffa90da8978c5a0dad44c299d06da (diff)
downloadgit-5a69705968de1fe6cb3923c420514ab8801622dd.zip
git-5a69705968de1fe6cb3923c420514ab8801622dd.tar.gz
git-5a69705968de1fe6cb3923c420514ab8801622dd.tar.bz2
Merge branch 'jk/cherry-pick-docfix'
* jk/cherry-pick-docfix: cherry-pick: fix docs describing handling of empty commits
-rw-r--r--Documentation/git-cherry-pick.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-cherry-pick.txt b/Documentation/git-cherry-pick.txt
index 1c03c79..1147c71 100644
--- a/Documentation/git-cherry-pick.txt
+++ b/Documentation/git-cherry-pick.txt
@@ -131,7 +131,8 @@ effect to your index in a row.
--keep-redundant-commits::
If a commit being cherry picked duplicates a commit already in the
current history, it will become empty. By default these
- redundant commits are ignored. This option overrides that behavior and
+ redundant commits cause `cherry-pick` to stop so the user can
+ examine the commit. This option overrides that behavior and
creates an empty commit object. Implies `--allow-empty`.
--strategy=<strategy>::