Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Lichtenheld <frank@lichtenheld.de>2007-04-13 20:02:32 +0400
committerJunio C Hamano <junkio@cox.net>2007-04-14 06:39:28 +0400
commit5007af8c7ed04ae5074ee84491526d416d460f97 (patch)
tree3608f37fd27f3c4959469e29ad71f93bccf4e992
parent5cb71f82de7fc370dfcd7aad505c36d89e8fec5d (diff)
config.txt: Change pserver to server in description of gitcvs.*
These variables apply to the SSH access as well, so don't use pserver here which might confuse users. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/config.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 38831bc906..e5be570481 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -411,11 +411,11 @@ gc.rerereunresolved::
The default is 15 days. See gitlink:git-rerere[1].
gitcvs.enabled::
- Whether the cvs pserver interface is enabled for this repository.
+ Whether the cvs server interface is enabled for this repository.
See gitlink:git-cvsserver[1].
gitcvs.logfile::
- Path to a log file where the cvs pserver interface well... logs
+ Path to a log file where the cvs server interface well... logs
various stuff. See gitlink:git-cvsserver[1].
gitcvs.allbinary::