]> Lady’s Gitweb - Gitweb/commit
gitweb: Allow for multivalued parameters passed to href subroutine
authorJakub Narebski <redacted>
Sat, 28 Jul 2007 23:04:09 +0000 (01:04 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:12 +0000 (00:07 -0400)
commitb650d2fdc6ae258518ce3c6e84cf9b6210213a23710dcb661c891ce735bc0507
tree771320e3f9aee5beff6cd3e221253eb66364f56db6630b97733157d912c4ee5a
parent69896a0d1b94c7151bd49c09da0badc7e95a12e8951109489ebf21250ab3ff03
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.204035 seconds and 4 git commands to generate.