diff --git a/Makefile.common b/Makefile.common index 14d0945..d79b5d8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -584,12 +584,12 @@ commitcvs: @rm -f clog commit: clog - @git commit -m $? + @git commit -F clog @rm -f clog @git push commitonly: clog - @git commit -m $? + @git commit -F clog @rm -f clog push: