Makefile: fix shell quoting
[gitweb.git] / Documentation / gitcvs-migration.txt
index 1db3f5294527e07576d44cb3a7bff384871fc24e..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
 -------------------------------------