author | Jakub Narebski <jnareb@gmail.com> | |
Sat, 28 Jul 2007 23:04:09 +0000 (01:04 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 29 Jul 2007 01:54:56 +0000 (18:54 -0700) | ||
commit | f22cca44ba5022d93bfd895ec08682fbda7efb8c | |
tree | c1e395e66e2ebfc3d6a400b66dd9e8ea6e3694b2 | tree | snapshot |
parent | 8b4aee015e2d81dc6cc53328aedc66742a5306d8 | commit | diff |
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 <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl | diff | blob | history |