From 25a76ed928807c3c4603909e29591439cf6f30ea Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Tue, 27 May 2014 10:53:08 +0100 Subject: [PATCH] Slap git a bit harder --- bin/daily_git_commit_mail.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/daily_git_commit_mail.sh b/bin/daily_git_commit_mail.sh index 8ffe64d..b0c0727 100755 --- a/bin/daily_git_commit_mail.sh +++ b/bin/daily_git_commit_mail.sh @@ -19,7 +19,8 @@ export GIT_DIR=/home/git/exim.git export GIT_KEY=/home/nm4/.ssh/git_repo_sync export GIT_SSH=/home/nm4/bin/gitssh.sh git fetch --quiet github -git push --all --tags github 2>&1 | fgrep -v 'Everything up-to-date' +git push --all github 2>&1 | fgrep -v 'Everything up-to-date' +git push --tags github 2>&1 | fgrep -v 'Everything up-to-date' export MAILTAG=/home/nm4/.git-mail-exim export MLIST=exim-cvs@exim.org export GITWEB=http://git.exim.org/exim.git -- 2.30.2