Meta/Reintegrate: make sure a merge stays a merge
Junio C Hamano committed
Oct 16, 2017 at 15:52 UTC
54c4940400f13b60aca8d95e3f7d3872a2840e23
1 file changed
+1
-1
Reintegrate
+1
-1
@@ -170,7 +170,7 @@ no)
170
171
rebuild=$(git config "branch.$branch.rebuild" || :)
172
173
- GIT_EDITOR=: git merge $rebuild $accept_rerere --edit "$branch" ||
173
+ GIT_EDITOR=: git merge --no-ff $rebuild $accept_rerere --edit "$branch" ||
174
accept_rerere ||
175
exit
176