]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nd/rebase-show-current-patch'
authorJunio C Hamano <gitster@pobox.com>
Tue, 6 Mar 2018 22:54:02 +0000 (14:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Mar 2018 22:54:02 +0000 (14:54 -0800)
commit9ca488c04bdab90668471640baeb0d9140be064c
tree6a1e4c6acaff06f234b12fdbb0b4ad9ab3bc8048
parent2cd91ec1970bd89e6b4b79b5aa41f27435625e71
parentfbd7a23237094c3fb2e249bbcacbbf1e858e79c9
Merge branch 'nd/rebase-show-current-patch'

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