From ce663860b2ff81d6c721d0d0770bc31af4adb0bd Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 31 May 2012 12:36:27 -0500 Subject: [PATCH] WIP: set instaweb.httpd = mongoose globally WIP because I'd like to support both old-style and new-style configs by having mongoose and mongoose3 as possible httpd values and we would then use mongoose3 in /etc/gitconfig. Signed-off-by: Johannes Schindelin --- etc/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/gitconfig b/etc/gitconfig index 320b95ab..8cd4d782 100644 --- a/etc/gitconfig +++ b/etc/gitconfig @@ -19,3 +19,5 @@ textconv = astextplain [rebase] autosquash = true +[instaweb] + httpd = mongoose -- 2.11.4.GIT