From: Oleg Broytman Date: Fri, 1 Aug 2014 00:47:30 +0000 (+0400) Subject: Append && X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=d3bc93f96a0b5089897a8b0740a07665febe9ab2;p=git-scripts.git Append && --- diff --git a/configure-sf b/configure-sf index f313a19..f58937c 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.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 &&