From: Stephen Haberman Date: Thu, 14 Aug 2008 04:12:15 +0000 (-0500) Subject: Add comment. X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d023755d35cc9c1055bcb0c860fc21762736f556;p=git-central.git Add comment. --- diff --git a/server/update-trac b/server/update-trac index 8c29d39..5d6014c 100644 --- a/server/update-trac +++ b/server/update-trac @@ -10,6 +10,7 @@ if expr "$oldrev" : '0*$' >/dev/null ; then else git rev-parse --not --branches | git rev-list --stdin --no-merges $oldrev..$newrev fi | while read commit ; do + # Have log dump the "subject line, new line, body" of each commit message for grepping git log -n 1 '--pretty=format:%s%n%b' "$commit" | grep -i '\(\(re\|refs\|qa\) #[0-9]\+\)\|\(no ticket\)' > /dev/null if [ $? -ne 0 ] ; then echo "----------------------------------------------------" >&2