summaryrefslogtreecommitdiffstats
path: root/git-cvsserver.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-08 15:48:36 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-08 15:48:36 -0800
commit6546a509a43eda541b7749ee45837d7a74ba7339 (patch)
treea4753bbbeb6fa8a064cbcf570aadb5d4354a1ceb /git-cvsserver.html
parentc2015e3db30c76ee24b99a14d244f62f1467f581 (diff)
downloadgit-htmldocs-6546a509a43eda541b7749ee45837d7a74ba7339.tar.gz
Autogenerated HTML docs for v2.43.0-581-g5216f
Diffstat (limited to 'git-cvsserver.html')
-rw-r--r--git-cvsserver.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-cvsserver.html b/git-cvsserver.html
index a9f96a95b..3e253076d 100644
--- a/git-cvsserver.html
+++ b/git-cvsserver.html
@@ -988,7 +988,7 @@ For SSH clients that will make commits, make sure their server-side
Clients should now be able to check out the project. Use the CVS <em>module</em>
name to indicate what Git <em>head</em> you want to check out. This also sets the
name of your newly checked-out directory, unless you tell it otherwise with
- <code>-d &lt;dir_name&gt;</code>. For example, this checks out <em>master</em> branch to the
+ <code>-d &lt;dir-name&gt;</code>. For example, this checks out <em>master</em> branch to the
<code>project-master</code> directory:
</p>
<div class="listingblock">
@@ -1015,7 +1015,7 @@ the pserver method), <em>git-cvsserver</em> should have write access to
the database to work reliably (otherwise you need to make sure
that the database is up to date any time <em>git-cvsserver</em> is executed).</p></div>
<div class="paragraph"><p>By default it uses SQLite databases in the Git directory, named
-<code>gitcvs.&lt;module_name&gt;.sqlite</code>. Note that the SQLite backend creates
+<code>gitcvs.&lt;module-name&gt;.sqlite</code>. Note that the SQLite backend creates
temporary files in the same directory as the database file on
write so it might not be enough to grant the users using
<em>git-cvsserver</em> write access to the database file without granting
@@ -1327,7 +1327,7 @@ and <code>gitcvs.allBinary</code> to "guess".</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-06-23 13:24:09 PDT
+ 2024-02-08 15:45:59 PST
</div>
</div>
</body>