summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9ec398d)
raw | patch | inline | side by side (parent: 9ec398d)
author | Brian Hetro <whee@smaertness.net> | |
Fri, 24 Aug 2007 00:40:08 +0000 (20:40 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 25 Aug 2007 01:54:37 +0000 (18:54 -0700) |
When not referring to the cvs command, CVS makes more sense.
Signed-off-by: Brian Hetro <whee@smaertness.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Brian Hetro <whee@smaertness.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | patch | blob | history | |
Documentation/git-cvsexportcommit.txt | patch | blob | history | |
Documentation/git-cvsserver.txt | patch | blob | history |
index 462595cf8f8e58dd0b861333000ad4c6f77fabe5..a9fb221c05cb6e6ecd07c2fe4d2c6cf3a1dad45f 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
be encountered again. See gitlink:git-rerere[1].
gitcvs.enabled::
- Whether the cvs server 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 server interface well... logs
+ Path to a log file where the CVS server interface well... logs
various stuff. See gitlink:git-cvsserver[1].
gitcvs.allbinary::
index 6c423e3a2f1c69e523eeb9cc092126adc2691803..4c8d1e638632bc67dcd74536dd6dd287b2604111 100644 (file)
Useful for patch series and the like.
-u::
- Update affected files from cvs repository before attempting export.
+ Update affected files from CVS repository before attempting export.
-v::
Verbose.
index 60d0bcf0f31e6b4da6e56d7726ed942744704cbb..258a62f7e9e91249b42b85df2880b4b2e07de11c 100644 (file)
in the PATH. If you have clients that do not accept the CVS_SERVER
environment variable, you can rename git-cvsserver to cvs.
-Note: Newer cvs versions (>= 1.12.11) also support specifying
+Note: Newer CVS versions (>= 1.12.11) also support specifying
CVS_SERVER directly in CVSROOT like
------