]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
cfg.mk: update-po rule uses commit -s
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 Mar 2018 18:07:29 +0000 (19:07 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 Mar 2018 18:07:41 +0000 (19:07 +0100)
This makes it produce a commit message which can be sent to
the repo (Signed-off-by is mandatory).

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index b3b0efe618bd6572a3fff8a08773fc68c8e4fa14..d5bd7eb0758e92b2f7147c1b44cf76390ae3b179 100644 (file)
--- 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)