Merge branch 'nd/rebase-show-current-patch' into jch
authorJunio C Hamano <gitster@pobox.com>
Thu, 22 Feb 2018 21:04:43 +0000 (13:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Feb 2018 21:04:43 +0000 (13:04 -0800)
commit4e1dc541a5ccb03c0becf057603e33af04e91f0a
treead5b2778713eae82354846bf92f2d1b6863ab838
parent6c77376ba7ed59e138958dc46d428c1ab77fbc08
parentfbd7a23237094c3fb2e249bbcacbbf1e858e79c9
Merge branch 'nd/rebase-show-current-patch' into jch

The new "--show-current-patch" option gives an end-user facing way
to get the diff being applied when "git rebase" (and "git am")
stops with a conflict.

* nd/rebase-show-current-patch:
  rebase: introduce and use pseudo-ref REBASE_HEAD
  rebase: add --show-current-patch
  am: add --show-current-patch
Documentation/git-am.txt
Documentation/git-rebase.txt
builtin/am.c
contrib/completion/git-completion.bash
git-rebase--am.sh
git-rebase--interactive.sh
git-rebase--merge.sh
git-rebase.sh
sequencer.c
t/t3404-rebase-interactive.sh
t/t4150-am.sh