mirror of
https://github.com/git/git.git
synced 2026-08-09 09:34:14 +00:00
Meta/Reintegrate: use merge --no-edit
This commit is contained in:
@@ -45,7 +45,7 @@ no)
|
||||
save=$(git rev-parse --verify HEAD)
|
||||
|
||||
echo >&2 "* $branch"
|
||||
git merge "$branch" || accept_rerere || exit
|
||||
git merge --no-edit "$branch" || accept_rerere || exit
|
||||
|
||||
this=$(git rev-parse --verify HEAD)
|
||||
if test "$this" = "$save"
|
||||
|
||||
Reference in New Issue
Block a user