From: Junio C Hamano Date: Thu, 31 Jan 2008 03:20:50 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.4-rc5-16-gc0279 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4169c5fcf9a93cc58a6b9add9a06bfcb2d0491f8;p=git.git Autogenerated HTML docs for v1.5.4-rc5-16-gc0279 --- diff --git a/git-cvsserver.html b/git-cvsserver.html index d36a41f64..a5099dd44 100644 --- a/git-cvsserver.html +++ b/git-cvsserver.html @@ -472,7 +472,7 @@ access method and requested operation.

That means that even if you offer only read access (e.g. by using the pserver method), git-cvsserver should have write access to the database to work reliably (otherwise you need to make sure -that the database if up-to-date all the time git-cvsserver is run).

+that the database is up-to-date any time git-cvsserver is executed).

By default it uses SQLite databases in the git directory, named gitcvs.<module_name>.sqlite. Note that the SQLite backend creates temporary files in the same directory as the database file on @@ -691,7 +691,7 @@ Martin Langhoff <martin@catalyst.net.nz>

diff --git a/git-cvsserver.txt b/git-cvsserver.txt index c831548d4..d3e99931d 100644 --- a/git-cvsserver.txt +++ b/git-cvsserver.txt @@ -183,7 +183,7 @@ access method and requested operation. That means that even if you offer only read access (e.g. by using the pserver method), git-cvsserver should have write access to the database to work reliably (otherwise you need to make sure -that the database if up-to-date all the time git-cvsserver is run). +that the database is up-to-date any time git-cvsserver is executed). By default it uses SQLite databases in the git directory, named `gitcvs..sqlite`. Note that the SQLite backend creates diff --git a/git-filter-branch.html b/git-filter-branch.html index c021eacfe..29d65253e 100644 --- a/git-filter-branch.html +++ b/git-filter-branch.html @@ -278,7 +278,7 @@ git-filter-branch(1) Manual Page [--msg-filter <command>] [--commit-filter <command>] [--tag-name-filter <command>] [--subdirectory-filter <directory>] [--original <namespace>] [-d <directory>] [-f | --force] - [<rev-list options>…] + <rev-list options>

DESCRIPTION

@@ -593,7 +593,7 @@ and the git list <git@vger.kernel.org>

diff --git a/git-filter-branch.txt b/git-filter-branch.txt index e22dfa580..a7f51ab4d 100644 --- a/git-filter-branch.txt +++ b/git-filter-branch.txt @@ -13,7 +13,7 @@ SYNOPSIS [--msg-filter ] [--commit-filter ] [--tag-name-filter ] [--subdirectory-filter ] [--original ] [-d ] [-f | --force] - [...] + DESCRIPTION -----------