From 618bb2d53b229fb02b7dc1e981ab32a713f068e2 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Wed, 2 Dec 2020 01:49:30 -0700 Subject: [PATCH] git.git: pick up gitweb GetOptions fix Fatal errors that occur while attempting to activate fastcgi mode via the --fastcgi option really must be fatal and not ignored. Now they are with this fix. Signed-off-by: Kyle J. McKay --- git.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.git b/git.git index 57b9fae..6fff991 160000 --- a/git.git +++ b/git.git @@ -1 +1 @@ -Subproject commit 57b9fae03aa7d8068fb0ba1d2cb1f42f97d224f2 +Subproject commit 6fff9917f958d4a6ddc4ba6359fe75d029bf71f1 -- 2.11.4.GIT