]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
gitweb: do not use @@FOO@@ for replaced tokens
authorJunio C Hamano <junkio@cox.net>
Wed, 2 Aug 2006 20:50:20 +0000 (13:50 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 2 Aug 2006 20:58:04 +0000 (13:58 -0700)
commit06c084d28b150ac1e2ed0c6f3ce7db6ca42dfc67
treeac3fd9a8973e0a92d5ac19c0c83e8a1d33e5a03f
parentbb55f77fcd0748e0faf152a565eef65b2066cfb4
gitweb: do not use @@FOO@@ for replaced tokens

This makes it easier to run gitweb/gitweb.perl without token substitution.
Using @@ makes Perl emit "unintended interpolation" warnings.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
gitweb/gitweb.perl