From b74845a5f6141143067bd87bec6b58059d3c817e Mon Sep 17 00:00:00 2001 From: Marco Rougeth Date: Tue, 28 Jan 2020 12:35:57 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Mensagem=20de=20commit=20do=20make=20push?= =?UTF-8?q?=20mais=20expl=C3=ADcita?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42872c179..b0542fa48 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ push: exit 0; \ else \ git add *.po **/*.po .tx/config; \ - git commit -m 'Update translations'; \ + git commit -m 'Sync translations from Transifex to Git repository'; \ if [ $(GITHUB_TOKEN) != "" ]; then \ header="$(echo -n token:"$(GITHUB_TOKEN)" | base64)"; \ git -c http.extraheader="AUTHORIZATION: basic $(header)" push; \ From c3d247ac4ae48c7997d58e2f00e68d6131e3d4f4 Mon Sep 17 00:00:00 2001 From: Marco Rougeth Date: Tue, 28 Jan 2020 13:51:18 +0000 Subject: [PATCH 2/2] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0542fa48..31fe50546 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ push: exit 0; \ else \ git add *.po **/*.po .tx/config; \ - git commit -m 'Sync translations from Transifex to Git repository'; \ + git commit -m 'Update translations from Transifex'; \ if [ $(GITHUB_TOKEN) != "" ]; then \ header="$(echo -n token:"$(GITHUB_TOKEN)" | base64)"; \ git -c http.extraheader="AUTHORIZATION: basic $(header)" push; \