git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] config.txt: Add missing colons after option name
@ 2008-08-29  7:29 Teemu Likonen
  0 siblings, 0 replies; only message in thread
From: Teemu Likonen @ 2008-08-29  7:29 UTC (permalink / raw)
  To: gitster; +Cc: git, mmogilvi_git

    gitcvs.usecrlfattr --> gitcvs.usecrlfattr::

This fixes an asciidoc markup issue.

Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
---
 Documentation/config.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 866d0c3..2364b8d 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -711,7 +711,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
-- 
1.6.0.1.129.g0a56

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-29  7:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-29  7:29 [PATCH] config.txt: Add missing colons after option name Teemu Likonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).