Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Documentation/git-cherry-pick.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,12 @@ EXAMPLES
so the result can be inspected and made into a single new
commit if suitable.

`git show CHERRY_PICK_HEAD`::

Show the commit currently being applied when a cherry-pick
stops due to conflicts. The `CHERRY_PICK_HEAD` reference
identifies this commit.

The following sequence attempts to backport a patch, bails out because
the code the patch applies to has changed too much, and then tries
again, this time exercising more care about matching up context lines.
Expand Down
Loading