"J. Bruce Fields" [off-list ref] writes:
quoted hunk
diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt
index 6812683..773fc99 100644
--- a/Documentation/cvs-migration.txt
+++ b/Documentation/cvs-migration.txt
This conflicted in a funny way with your own commit but I think
this version (773fc99 blob) supersedes its contents.
I munged only one line, though. The title of this section
should not be "a CVS repository" but "a shared repository" for
obvious reasons ;-).
+Developing against a CVS repository
-----------------------------------
+Suppose a shared repository is set up in /pub/repo.git on the host
foo.com. Then as an individual committer you can clone the shared
+repository over ssh with:
------------------------------------------------
$ git clone foo.com:/pub/repo.git/ my-project