summaryrefslogtreecommitdiffstats
path: root/git-cvsserver.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
commit92d80370646a0ce43b0c769027492b3c891090aa (patch)
treecee7315334fee3145cb4badcc7a400e3e763fbac /git-cvsserver.html
parent48931e26012d8d7ad1a7e1d9701f52be1b77e45a (diff)
downloadgit-htmldocs-92d80370646a0ce43b0c769027492b3c891090aa.tar.gz
Autogenerated HTML docs for v2.9.1-273-g79ed4
Diffstat (limited to 'git-cvsserver.html')
-rw-r--r--git-cvsserver.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-cvsserver.html b/git-cvsserver.html
index a1fdcac82..31fd2769b 100644
--- a/git-cvsserver.html
+++ b/git-cvsserver.html
@@ -830,7 +830,7 @@ Print usage information and exit
You can specify a list of allowed directories. If no directories
are given, all are allowed. This is an additional restriction, gitcvs
access still needs to be enabled by the <code>gitcvs.enabled</code> config option
-unless <em>--export-all</em> was given, too.
+unless <code>--export-all</code> was given, too.
</p>
</dd>
</dl></div>
@@ -1189,7 +1189,7 @@ Browse the <em>modules</em> available. It will give you a list of the heads in
</li>
<li>
<p>
-Pick <em>HEAD</em> when it asks what branch/tag to check out. Untick the
+Pick <code>HEAD</code> when it asks what branch/tag to check out. Untick the
"launch commit wizard" to avoid committing the .project file.
</p>
</li>
@@ -1274,20 +1274,20 @@ of a UTF-8 encoded character).</p></div>
Exports and tagging (tags and branches) are not supported at this stage.</p></div>
<div class="sect2">
<h3 id="_crlf_line_ending_conversions">CRLF Line Ending Conversions</h3>
-<div class="paragraph"><p>By default the server leaves the <em>-k</em> mode blank for all files,
+<div class="paragraph"><p>By default the server leaves the <code>-k</code> mode blank for all files,
which causes the CVS client to treat them as a text files, subject
to end-of-line conversion on some platforms.</p></div>
<div class="paragraph"><p>You can make the server use the end-of-line conversion attributes to
-set the <em>-k</em> modes for files by setting the <code>gitcvs.usecrlfattr</code>
+set the <code>-k</code> modes for files by setting the <code>gitcvs.usecrlfattr</code>
config variable. See <a href="gitattributes.html">gitattributes(5)</a> for more information
about end-of-line conversion.</p></div>
<div class="paragraph"><p>Alternatively, if <code>gitcvs.usecrlfattr</code> config is not enabled
or the attributes do not allow automatic detection for a filename, then
the server uses the <code>gitcvs.allBinary</code> config for the default setting.
If <code>gitcvs.allBinary</code> is set, then file not otherwise
-specified will default to <em>-kb</em> mode. Otherwise the <em>-k</em> mode
+specified will default to <em>-kb</em> mode. Otherwise the <code>-k</code> mode
is left blank. But if <code>gitcvs.allBinary</code> is set to "guess", then
-the correct <em>-k</em> mode will be guessed based on the contents of
+the correct <code>-k</code> mode will be guessed based on the contents of
the file.</p></div>
<div class="paragraph"><p>For best consistency with <em>cvs</em>, it is probably best to override the
defaults by setting <code>gitcvs.usecrlfattr</code> to true,
@@ -1311,7 +1311,7 @@ and <code>gitcvs.allBinary</code> to "guess".</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-03-23 14:31:16 PDT
+Last updated 2016-07-13 14:58:50 PDT
</div>
</div>
</body>