X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=configure-sf;h=75ae13e9774b4d4169cd3b3d2ba83f889d48da07;hb=9a73fd795453b874efe7da629d6954ba05774503;hp=f58937cceb453a9ec7fa47eaebf8019442dcd2d8;hpb=d3bc93f96a0b5089897a8b0740a07665febe9ab2;p=git-scripts.git 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"