From 366574c9633cedf6053be10cd672dca1704e2e47 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Sun, 17 Mar 2024 17:25:24 -0400 Subject: [PATCH] clog --- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: