From: Nigel Metheringham Date: Tue, 27 May 2014 09:53:08 +0000 (+0100) Subject: Slap git a bit harder X-Git-Url: https://git.exim.org/mirror-monitor.git/commitdiff_plain/25a76ed928807c3c4603909e29591439cf6f30ea Slap git a bit harder --- 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