Add "cvs2git" program to convert a CVS archive into a GIT archive
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 24 May 2005 08:07:31 +0000 (01:07 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 24 May 2005 08:07:31 +0000 (01:07 -0700)
commit3e91311ae750af9bf2e3517b1e701288ac3066b9
tree8e52b6a0c31211b1c0afaf4554f748e607c99a9f
parent6a9853cd4587c9dd16553b429c6d4a9d8111a396
Add "cvs2git" program to convert a CVS archive into a GIT archive

It's very hacky, and it needs lots of work, but it seems to have converted
Peter's "syslinux" archive successfully. Whether the end result is correct
or not is to be seen.

Tons of work still to do: do name conversion properly, and do tags etc.

And testing. Lots of testing.
Makefile
cvs2git.c [new file with mode: 0644]