cvs-readonly
tage53ea8ba3ca2f871dee6b3550eda061aba64b87d
object 692e80d36f3d6aea3e812600815c97389d6bc4fb
authorEric Blake <ebb9@byu.net>
Thu, 20 Sep 2007 14:14:40 +0000 (20 08:14 -0600)
Point at which CVS was made read-only.

May be useful if you have diffs in an old CVS checkout from
cvs.sv.gnu.org:/sources/coreutils, and want to import them into a
git checkout.  Try the following to import those diffs into git:

git checkout -b from-cvs cvs-readonly
cp -R path/to/old-cvs-tree/coreutils/* .
git commit -a -m 'state of old-cvs-tree'
git rebase master