branch-cvs-readonly
tag4c63dbf555f95fd709bed240a6e18fd8c2a3f94b
object ca29cce1e8916d486ead21ced371049f9e6a2085
authorEric Blake <ebb9@byu.net>
Fri, 2 Nov 2007 21:18:45 +0000 (2 15:18 -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/m4, 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/m4/* .
git commit -a -m 'state of old-cvs-tree'
git rebase master