]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Reintegrate: make sure a merge stays a merge
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Oct 2017 06:52:44 +0000 (15:52 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Oct 2017 06:52:44 +0000 (15:52 +0900)
Reintegrate

index 7767a079b54239f9edf88c2169c73d9f1bb6b373..91089880925cda59a665677de9ced3caa9eac729 100755 (executable)
@@ -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