From: Frank Lichtenheld Date: Fri, 13 Apr 2007 16:02:32 +0000 (+0200) Subject: config.txt: Change pserver to server in description of gitcvs.* X-Git-Tag: v1.5.1.2~36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5007af8c7ed04ae5074ee84491526d416d460f97;p=git.git 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 Signed-off-by: Junio C Hamano --- 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::