From: Oleg Broytman Date: Fri, 25 Jul 2014 13:59:51 +0000 (+0400) Subject: Fix a bug: restore $t X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=bd2e4a2dd2f004297661d03bafa8ed9b11a7aeb2;p=git-scripts.git Fix a bug: restore $t --- diff --git a/configure-sf b/configure-sf index 5f08c21..fb38125 100755 --- a/configure-sf +++ b/configure-sf @@ -32,4 +32,4 @@ if [ -n "$prefix" ]; then fi && 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' ; echo;echo; git show -C ; echo" +#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"