Meta/Reintegrate: make sure a merge stays a merge

This commit is contained in:
Junio C Hamano
2017-10-16 15:52:44 +09:00
parent 46d2baa7dc
commit 54c4940400

View File

@@ -170,7 +170,7 @@ no)
rebuild=$(git config "branch.$branch.rebuild" || :)
GIT_EDITOR=: git merge $rebuild $accept_rerere --edit "$branch" ||
GIT_EDITOR=: git merge --no-ff $rebuild $accept_rerere --edit "$branch" ||
accept_rerere ||
exit