From: J. Bruce Fields Date: Sun, 16 Dec 2007 16:31:42 +0000 (-0500) Subject: whitespace: fix config.txt description of indent-with-non-tab X-Git-Tag: v1.5.4-rc1~35 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=127f72e6897d6671725dc13db42ab5ee1d086721;p=git.git whitespace: fix config.txt description of indent-with-non-tab Fix garbled description. Signed-off-by: J. Bruce Fields Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index fabe7f859..ce16fc79e 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -307,7 +307,7 @@ core.whitespace:: before a tab character in the initial indent part of the line as an error (enabled by default). * `indent-with-non-tab` treats a line that is indented with 8 or more - space characters that can be replaced with tab characters. + space characters as an error (not enabled by default). alias.*:: Command aliases for the gitlink:git[1] command wrapper - e.g.