diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-12-16 11:31:42 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-16 13:08:03 -0800 |
commit | 127f72e6897d6671725dc13db42ab5ee1d086721 (patch) | |
tree | 6f221af7a8b32d47c89c69735be2c3f0d437c478 /Documentation | |
parent | ffe568859ba89b4283afc36251561a9be3173bf8 (diff) | |
download | git-127f72e6897d6671725dc13db42ab5ee1d086721.tar.gz |
whitespace: fix config.txt description of indent-with-non-tab
Fix garbled description.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index fabe7f859f..ce16fc79eb 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. |