]> git.droids-corp.org - git-central.git/commitdiff
Add comment.
authorStephen Haberman <stephen@exigencecorp.com>
Thu, 14 Aug 2008 04:12:15 +0000 (23:12 -0500)
committerStephen Haberman <stephen@exigencecorp.com>
Thu, 14 Aug 2008 04:12:15 +0000 (23:12 -0500)
server/update-trac

index 8c29d39416096be66b692d8bef3701df5d0feacc..5d6014cddcc70f7e3dc58446cd2f1865304843e0 100644 (file)
@@ -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