diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2008-08-05 17:12:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-05 21:21:18 -0700 |
commit | 1168d402d2962f56cbc921bbc954d8f2179c8ba7 (patch) | |
tree | 74f6851b69153316af6706004e11c0a1a14ee757 /Documentation/config.txt | |
parent | 04bb50f45dda9aeb755e943cbc9df264cfc8cbc5 (diff) | |
download | git-1168d402d2962f56cbc921bbc954d8f2179c8ba7.tar.gz |
Documentation: typos / spelling fixes
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-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 61c376057c..b8ec01c923 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -693,7 +693,7 @@ gitcvs.usecrlfattr files to determine the '-k' modes to use. If `crlf` is set, the '-k' mode will be left blank, so cvs clients will treat it as text. If `crlf` is explicitly unset, the file - will be set with '-kb' mode, which supresses any newline munging + will be set with '-kb' mode, which suppresses any newline munging the client might otherwise do. If `crlf` is not specified, then 'gitcvs.allbinary' is used. See linkgit:gitattributes[5]. |