From 4285254e08a603ec756e79ed1f8ef8982617b1c4 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 1 Aug 2014 04:47:46 +0400 Subject: [PATCH] Set hooks.showrev --- configure-sf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-sf b/configure-sf index f58937c..75ae13e 100755 --- a/configure-sf +++ b/configure-sf @@ -28,5 +28,5 @@ if [ -n "$maxlines" ]; then fi && git config hooks.emailprefix "$prefix" && git config hooks.envelopesender noreply@sourceforge.net && -#git config hooks.showrev "t=%s; printf 'http://$PROJECTNAME.git.sourceforge.net/git/gitweb.cgi?p=$PROJECTNAME/$REPONAME;a=commitdiff;h=%%s' \$t; echo;echo; git show -C \$t; echo" git config hooks.mailinglist $MLIST@lists.sourceforge.net && +exec git config hooks.showrev "t=%s; printf 'http://sourceforge.net/p/$PROJECTNAME/$REPONAME/ci/%%s' \$t; echo;echo; git show -C \$t; echo" -- 2.39.2