diff options
author | Teemu Likonen <tlikonen@iki.fi> | 2008-08-29 10:29:42 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-30 23:35:12 -0700 |
commit | 1707adb7f2b75b3204f34475828f301ce05cb384 (patch) | |
tree | 51c7f0a74a113c9d3bb367a0ab7277ae06f1c1da /Documentation | |
parent | bbb896d8e10f736bfda8f587c0009c358c9a8599 (diff) | |
download | git-1707adb7f2b75b3204f34475828f301ce05cb384.tar.gz git-1707adb7f2b75b3204f34475828f301ce05cb384.tar.xz |
config.txt: Add missing colons after option name
gitcvs.usecrlfattr --> gitcvs.usecrlfattr::
This fixes an asciidoc markup issue.
Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
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 81f981509..372723989 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -693,7 +693,7 @@ gitcvs.logfile:: Path to a log file where the CVS server interface well... logs various stuff. See linkgit:git-cvsserver[1]. -gitcvs.usecrlfattr +gitcvs.usecrlfattr:: If true, the server will look up the `crlf` attribute for files to determine the '-k' modes to use. If `crlf` is set, the '-k' mode will be left blank, so cvs clients will |