gitweb.perl: add new actions expansion for %e
commit7aca2e0e7df5b16e8557162223695e12652a36c3
authorKyle J. McKay <mackyle@gmail.com>
Mon, 17 Feb 2014 05:59:05 +0000 (16 21:59 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 17 Feb 2014 05:59:05 +0000 (16 21:59 -0800)
treef2270316316b4dfed28c2d512d58e364d0252eeb
parentbf0b3c5c8c60bff531ab0d0e8cf5b9c32fc2e23a
gitweb.perl: 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.
gitweb/gitweb.perl