From e81b9e7d6fbbc6f6d8286f221d01ef84a0daf797 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Mon, 7 Mar 2016 21:28:36 -0800 Subject: [PATCH] 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 --- git-browser.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-browser.git b/git-browser.git index 8ac6cf2..04bae89 160000 --- a/git-browser.git +++ b/git-browser.git @@ -1 +1 @@ -Subproject commit 8ac6cf2bfecfea1ee90372192757a47d6d0ba9da +Subproject commit 04bae89f5d30a4cb2e13f915e80edeb284a74b8e -- 2.11.4.GIT