]> git.ipfire.org Git - thirdparty/git.git/commitdiff
whitespace: fix config.txt description of indent-with-non-tab
authorJ. Bruce Fields <bfields@citi.umich.edu>
Sun, 16 Dec 2007 16:31:42 +0000 (11:31 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Dec 2007 21:08:03 +0000 (13:08 -0800)
Fix garbled description.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt

index fabe7f859f32aa53ae86244f014e58bd3aa5ee3d..ce16fc79ebd3ecd2598708363d7567135d0b390d 100644 (file)
@@ -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.