summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index b3b0efe618..d5bd7eb075 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -77,7 +77,7 @@ update-po: refresh-po
cp $$f $$f.in; \
done
git add $(PODIR)/*.po.in
- git commit -m "Sync with TP." $(PODIR)/LINGUAS $(PODIR)/*.po.in
+ git commit -sm "Sync with TP." $(PODIR)/LINGUAS $(PODIR)/*.po.in
config:
./configure $(CFGFLAGS)