diff options
author | Frank Lichtenheld <frank@lichtenheld.de> | 2007-04-13 18:02:32 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-13 19:39:28 -0700 |
commit | 5007af8c7ed04ae5074ee84491526d416d460f97 (patch) | |
tree | 3608f37fd27f3c4959469e29ad71f93bccf4e992 /Documentation | |
parent | 5cb71f82de7fc370dfcd7aad505c36d89e8fec5d (diff) | |
download | git-5007af8c7ed04ae5074ee84491526d416d460f97.tar.gz git-5007af8c7ed04ae5074ee84491526d416d460f97.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 38831bc90..e5be57048 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:: |