Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/cherry-pick-docfix' into maint
author
Junio C Hamano
<gitster@pobox.com>
Tue, 21 Apr 2015 19:12:21 +0000
(12:12 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 21 Apr 2015 19:12:21 +0000
(12:12 -0700)
* jk/cherry-pick-docfix:
cherry-pick: fix docs describing handling of empty commits
Documentation/git-cherry-pick.txt
patch
|
blob
|
history
raw
(from parent 1:
c84364a
)
diff --git
a/Documentation/git-cherry-pick.txt
b/Documentation/git-cherry-pick.txt
index 1c03c792b0be98181d1e988d6bd19a4637ce6ec5..1147c71da605c1f5779835137fb6bab5e2c349a6 100644
(file)
--- 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>::