diff --git a/tools/rfc.sh b/tools/rfc.sh index 3801631886..1bf411e66d 100755 --- a/tools/rfc.sh +++ b/tools/rfc.sh @@ -35,6 +35,8 @@ set_hooks_commit_msg() curl -o $f $u || wget -O $f $u; chmod +x $f; + + GIT_EDITOR=/bin/true git commit --amend } add_remote()