]> git.phdru.name Git - git-scripts.git/commitdiff
Fix a bug: restore $t
authorOleg Broytman <phd@phdru.name>
Fri, 25 Jul 2014 13:59:51 +0000 (17:59 +0400)
committerOleg Broytman <phd@phdru.name>
Fri, 25 Jul 2014 13:59:51 +0000 (17:59 +0400)
configure-sf

index 5f08c21e2b3fb96677e3bdf44fa7c8d10db7de7b..fb381252266777f701e8a4fb4b64fe1ab01ddfd1 100755 (executable)
@@ -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"