gitweb: add new actions expansion for %e
commit53acdb84e4af22f67520bc89704aabc8ebf2200a
authorKyle J. McKay <mackyle@gmail.com>
Mon, 17 Feb 2014 05:59:05 +0000 (16 21:59 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 8 Apr 2015 03:08:46 +0000 (7 20:08 -0700)
tree2b1b5d3bd3c949edfe6a3d7423dadcf5618715c6
parent275463535c820acbc860236b8bde28241fae169d
gitweb: add new actions expansion for %e

When placing the result of an expansion into a query parameter,
any '+' characters must be URL escaped.  Provide a new '%e'
expansion that is the same as the '%n' project name expansion
except that '+' characters are URL escaped.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
gitweb/gitweb.perl