X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=configure-sf;h=75ae13e9774b4d4169cd3b3d2ba83f889d48da07;hb=2c654e316392a8b3523ea0495902372d54548e1c;hp=f93e0a8893a21204cc07f9c85afd615fb1d7cedb;hpb=06eac06a6014d716d8f4b92f6813e952fe65344c;p=git-scripts.git diff --git a/configure-sf b/configure-sf index f93e0a8..75ae13e 100755 --- a/configure-sf +++ b/configure-sf @@ -22,11 +22,11 @@ echo "$PROJECTNAME git repository ($REPONAME)" > description wget -O hooks/post-receive-user https://git.kernel.org/cgit/git/git.git/plain/contrib/hooks/post-receive-email && chmod u=rwx,go=rx hooks/post-receive-user && -git config hooks.diffopts "--stat --summary --find-copies-harder -p" +#git config hooks.diffopts "--stat --summary --find-copies-harder -p" && if [ -n "$maxlines" ]; then git config hooks.emailmaxlines "$maxlines" fi && git config hooks.emailprefix "$prefix" && git config hooks.envelopesender noreply@sourceforge.net && -git config hooks.mailinglist $MLIST@lists.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"