From aebdad398810ad350665bfc6de98e370dd64bcfb Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Thu, 3 Jul 2008 13:41:40 +0200 Subject: [PATCH] gitconfig: Set help format to html Using HTML as the default help format is no longer hardcoded into help.c. Instead, we now use the configuration variable help.format provided by core git to choose the help format. --- etc/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/gitconfig b/etc/gitconfig index 251088c3d1..b0e85d08c0 100644 --- a/etc/gitconfig +++ b/etc/gitconfig @@ -5,3 +5,5 @@ diff = auto [pack] packSizeLimit = 2g +[help] + format = html -- 2.11.4.GIT