From: Jakub Narebski Date: Sat, 28 Jul 2007 23:04:09 +0000 (+0200) Subject: gitweb: Allow for multivalued parameters passed to href subroutine X-Git-Tag: v1.5.3-rc4~46 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f22cca44ba5022d93bfd895ec08682fbda7efb8c?hp=f22cca44ba5022d93bfd895ec08682fbda7efb8c gitweb: Allow for multivalued parameters passed to href subroutine Make it possible to generate URLs with multivalued parameters in the href() subroutine, via passing reference to array of values. Example: href(action=>"log", extra_options=>["--no-merges", "--first-parent"]) Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano ---