From: Nikos Mavrogiannopoulos Date: Sun, 4 Mar 2018 18:07:29 +0000 (+0100) Subject: cfg.mk: update-po rule uses commit -s X-Git-Tag: gnutls_3_6_3~218 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=388a635bb5bb4e53a71a69fb0de8b093d174820f;p=thirdparty%2Fgnutls.git cfg.mk: update-po rule uses commit -s This makes it produce a commit message which can be sent to the repo (Signed-off-by is mandatory). Signed-off-by: Nikos Mavrogiannopoulos --- 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)