git-browser: update to latest
commite81b9e7d6fbbc6f6d8286f221d01ef84a0daf797
authorKyle J. McKay <mackyle@gmail.com>
Tue, 8 Mar 2016 05:28:36 +0000 (7 21:28 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 8 Mar 2016 05:28:36 +0000 (7 21:28 -0800)
tree1922916df681c9995218beac204c75aba4ef5690
parent27a02f12aef552f5e1a39a5f61e6d7caaf06da3c
git-browser: update to latest

Previous versions of git-browser did some bad things
mucking about with GIT_EXEC_PATH and passing paths and
variables to ls-remote as part of the --upload-pack
argument.

Starting with Git 2.5.0, git is a little bit less
forgiving and some broken things that should never have
worked in the first place stopped working.

Pick up the newest version of git-browser.cgi to
avoid these nasty incompatibilities.

The new version also includes a change to show HEAD
in the listing so that in case HEAD is detached and
there are no other refs under refs/heads/ or refs/tags/
a listing can still be displayed.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
git-browser.git