Change the cvs2git instructions to use a bare repository.
commitd6737ea97c6ad046301ca58f7aab53eeab30998d
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Wed, 18 Jan 2012 05:44:15 +0000 (18 05:44 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Wed, 18 Jan 2012 05:44:15 +0000 (18 05:44 +0000)
treeb5a8ec95ff5f8ef055d317f9ebbae77c977aab01
parent15090b0f330d58d32d02a047252e7f6433122c34
Change the cvs2git instructions to use a bare repository.

In the instructions for using cvs2git, have the user create a bare
(rather than non-bare) repository for "git fast-import"ing into.
(1) Most people will want a bare repository to put on their server.
(2) Using a bare repository avoids the awkwardness of having to check
out the source tree explicitly (and otherwise having "git status"
report that all files have been deleted).

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5372 be7e6eca-30d4-0310-a8e5-ac0d63af7087
run-tests.py
www/cvs2git.html