Makefile: fix shell quoting
[gitweb.git] / Documentation / gitcvs-migration.txt
index de02a4268eae5213a257cf70a04916baaeb32e62..0325d6759d5ee329f284dac625ef4c40c31082c7 100644 (file)
@@ -143,6 +143,11 @@ work, you must not modify the imported branches; instead, create new
 branches for your own changes, and merge in the imported branches as
 necessary.
 
+If you want a shared repository, you will need to make a bare clone
+of the imported directory, as described above. Then treat the imported
+directory as another development clone for purposes of merging
+incremental imports.
+
 Advanced Shared Repository Management
 -------------------------------------
 
@@ -193,4 +198,4 @@ link:user-manual.html[The Git User's Manual]
 
 GIT
 ---
-Part of the linkgit:git[7] suite.
+Part of the linkgit:git[1] suite.