diff --git a/Reintegrate b/Reintegrate index dfc5184226..55e35b6979 100755 --- a/Reintegrate +++ b/Reintegrate @@ -28,7 +28,7 @@ accept_rerere () { then return 1 else - EDITOR=: git commit -a + EDITOR=: git commit -a --no-verify return 0 fi }