author | Jakub Narebski <jnareb@gmail.com> | |
Sun, 1 Apr 2007 20:22:21 +0000 (22:22 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 4 Apr 2007 09:37:35 +0000 (02:37 -0700) | ||
commit | 3be8e720d95f8d040dbfdd8a579616a9423280df | |
tree | a4d0286f91b638eab07b64ff58d71b59aa7276dd | tree | snapshot |
parent | a23f0a73d10542297249b3c57cad0b7cd63b87be | commit | diff |
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 <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl | diff | blob | history |