From: Jakub Narebski Date: Tue, 22 Aug 2006 17:05:24 +0000 (+0200) Subject: gitweb: Drop the href() params which keys are not in %mapping X-Git-Tag: v1.4.3-rc1~168^2~28 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1149fecfc270a2effc344897989f40afe449a72c?ds=sidebyside;hp=1149fecfc270a2effc344897989f40afe449a72c gitweb: Drop the href() params which keys are not in %mapping If someone would enter parameter name incorrectly, and some key of %params is not found in %mapping hash, the parameter is now ignored. Change introduced by Martin Waitz in commit 756d2f064b2419fcdf9cd9c851f352e2a4f75103 tried to do that, but it left empty value and there was doubled ";;" in returned string. Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano ---