From 7be5d15e86667c220d0e9839ce67ad1823b62bfb Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 6 Nov 2009 15:42:22 +0100 Subject: [PATCH] taskd/mail.sh: Include show -C by default now --- taskd/mail.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskd/mail.sh b/taskd/mail.sh index e3e649c..ab2932e 100755 --- a/taskd/mail.sh +++ b/taskd/mail.sh @@ -17,7 +17,7 @@ # * Load shlib. # * Default subject prefix is site name. # * Unsubscribe instructions in email footer. -# * Default showrev includes gitweb link. +# * Default showrev includes gitweb link and show -C. # * Nicer subject line. # * Limit mail size to 256kb. # ================= @@ -654,7 +654,7 @@ show_new_revisions() else echo "$cfg_gitweburl/$projectname/commit/$onerev" echo - git rev-list -1 --pretty $onerev + git show -C $onerev echo fi done -- 2.11.4.GIT