author | Junio C Hamano <junkio@cox.net> | |
Wed, 2 Aug 2006 20:50:20 +0000 (13:50 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 2 Aug 2006 20:58:04 +0000 (13:58 -0700) | ||
commit | 06c084d28b150ac1e2ed0c6f3ce7db6ca42dfc67 | |
tree | ac3fd9a8973e0a92d5ac19c0c83e8a1d33e5a03f | tree | snapshot |
parent | bb55f77fcd0748e0faf152a565eef65b2066cfb4 | commit | diff |
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>
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 | diff | blob | history | |
gitweb/gitweb.perl | diff | blob | history |