]> Lady’s Gitweb - Gitweb/commit
gitweb: Quote hash keys, and do not use barewords keys
authorJakub Narebski <redacted>
Sun, 1 Apr 2007 20:22:21 +0000 (22:22 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit210efc23425a89777049fe2f558106a371a7b0c33d7899dea851fa8c3690ab25
treed7c2106f395bda8270c104f680398443d2a3ffd8e62ca650fefa897bc391e16d
parent94c681e0da5a48f912e2799ff5f51b4384d1c0cb3843fb841ce841e95dd98afb
gitweb: Quote hash keys, and do not use barewords keys

Ensure that in all references to an element of a hash, the
key is singlequoted, instead of using bareword: use $hash{'key'}
instead of $hash{key}

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.151114 seconds and 4 git commands to generate.