git-cherry-pick: improve description of -x.
Reword the first sentence of the description of -x, in order to make it easier to read and understand. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:

committed by
Shawn O. Pearce

parent
c32f749fec
commit
dd8175f83c
@ -27,11 +27,12 @@ OPTIONS
|
|||||||
message prior committing.
|
message prior committing.
|
||||||
|
|
||||||
-x::
|
-x::
|
||||||
Cause the command to append which commit was
|
When recording the commit, append to the original commit
|
||||||
cherry-picked after the original commit message when
|
message a note that indicates which commit this change
|
||||||
making a commit. Do not use this option if you are
|
was cherry-picked from. Append the note only for cherry
|
||||||
cherry-picking from your private branch because the
|
picks without conflicts. Do not use this option if
|
||||||
information is useless to the recipient. If on the
|
you are cherry-picking from your private branch because
|
||||||
|
the information is useless to the recipient. If on the
|
||||||
other hand you are cherry-picking between two publicly
|
other hand you are cherry-picking between two publicly
|
||||||
visible branches (e.g. backporting a fix to a
|
visible branches (e.g. backporting a fix to a
|
||||||
maintenance branch for an older release from a
|
maintenance branch for an older release from a
|
||||||
|
Reference in New Issue
Block a user