mirror of
https://github.com/git/git.git
synced 2026-01-14 04:37:41 +00:00
Reintegrate: make merge-fix-up more noticeable
This commit is contained in:
@@ -53,6 +53,7 @@ no)
|
||||
:
|
||||
elif git show-ref -q --verify "refs/merge-fix/$branch"
|
||||
then
|
||||
echo >&2 "Fixing up the merge"
|
||||
git cherry-pick --no-commit "refs/merge-fix/$branch" &&
|
||||
EDITOR=: git commit --amend -a || exit
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user