diff options
author | Jean-Luc Herren <jlh@gmx.ch> | 2008-01-31 03:06:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-30 18:50:41 -0800 |
commit | c02792edd68897e42c64e250eb5d659291959ebf (patch) | |
tree | bbafdc1fd7616abfbb8eda7b9471b3a19b87dae0 | |
parent | 0f047f3b47693e8f80a00bcf4af421d9d2fc7efd (diff) | |
download | git-c02792edd68897e42c64e250eb5d659291959ebf.tar.gz |
Documentation/git-cvsserver: Fix typo
Signed-off-by: Jean-Luc Herren <jlh@gmx.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-cvsserver.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cvsserver.txt b/Documentation/git-cvsserver.txt index c831548d4a..d3e99931d7 100644 --- a/Documentation/git-cvsserver.txt +++ b/Documentation/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.<module_name>.sqlite`. Note that the SQLite backend creates |