From: Sam Moore Date: Wed, 25 Jul 2012 09:33:01 +0000 (+0800) Subject: Automatic commit at Wed Jul 25 17:33:01 WST 2012 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=3803aa3258865061edb447dfb75ddba1543ca3ed;p=matches%2Fhonours.git Automatic commit at Wed Jul 25 17:33:01 WST 2012 --- diff --git a/update.sh b/update.sh index b8089bd8..dd6fac3c 100755 --- a/update.sh +++ b/update.sh @@ -22,7 +22,7 @@ $git add thesis/*.pdf $git add thesis/*.bib $git add course/semester2 -$git commit -m "This is another test; go cron, go!" +$git commit -m "Automatic commit at $(date)" if [ "$?" == 0 ]; then echo "Commit at $(date)" >> commits.log $git push git.ucc 2>&1 >> commits.log