mirror of
https://github.com/git/git.git
synced 2026-08-07 16:42:02 +00:00
Meta/Reintegrate: make sure a merge stays a merge
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user