]> git.phdru.name Git - git-scripts.git/blobdiff - configure-sf
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / configure-sf
index f313a19e27df6ee45a89c260528611c0164f95ae..75ae13e9774b4d4169cd3b3d2ba83f889d48da07 100755 (executable)
@@ -28,5 +28,5 @@ if [ -n "$maxlines" ]; then
 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"