Skip to content

Commit e94a4f6

Browse files
flichtenheldJunio C Hamano
authored andcommitted
cvsserver: small corrections to asciidoc documentation
Fix a typo: s/Not/Note/ Some formating fixes: Use ` ` syntax for all filenames and ' ' syntax for all commandline switches. Signed-off-by: Frank Lichtenheld <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d790739 commit e94a4f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-cvsserver.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ To get a checkout with the Eclipse CVS client:
110110
Protocol notes: If you are using anonymous access via pserver, just select that.
111111
Those using SSH access should choose the 'ext' protocol, and configure 'ext'
112112
access on the Preferences->Team->CVS->ExtConnection pane. Set CVS_SERVER to
113-
'git-cvsserver'. Not that password support is not good when using 'ext',
113+
'git-cvsserver'. Note that password support is not good when using 'ext',
114114
you will definitely want to have SSH keys setup.
115115

116116
Alternatively, you can just use the non-standard extssh protocol that Eclipse
117117
offer. In that case CVS_SERVER is ignored, and you will have to replace
118-
the cvs utility on the server with git-cvsserver or manipulate your .bashrc
118+
the cvs utility on the server with git-cvsserver or manipulate your `.bashrc`
119119
so that calling 'cvs' effectively calls git-cvsserver.
120120

121121
Clients known to work
@@ -134,9 +134,9 @@ checkout, diff, status, update, log, add, remove, commit.
134134
Legacy monitoring operations are not supported (edit, watch and related).
135135
Exports and tagging (tags and branches) are not supported at this stage.
136136

137-
The server should set the -k mode to binary when relevant, however,
137+
The server should set the '-k' mode to binary when relevant, however,
138138
this is not really implemented yet. For now, you can force the server
139-
to set `-kb` for all files by setting the `gitcvs.allbinary` config
139+
to set '-kb' for all files by setting the `gitcvs.allbinary` config
140140
variable. In proper GIT tradition, the contents of the files are
141141
always respected. No keyword expansion or newline munging is supported.
142142

0 commit comments

Comments
 (0)