]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Introducing: git-cvsexportcommit
authorMartin Langhoff <martin@catalyst.net.nz>
Mon, 7 Nov 2005 04:57:08 +0000 (17:57 +1300)
committerJunio C Hamano <junkio@cox.net>
Mon, 7 Nov 2005 21:28:37 +0000 (13:28 -0800)
commit5e0306adfa03aebb8f6cf866c4450f04e128c3fd
treefa099a8fc993d83b60b8d0d6ab691eb69a165597
parente66ab03fcfb508efbe2b73bafc7cf0ef16430378
Introducing: git-cvsexportcommit

A script that can replay commits git into a CVS checkout. Tries to ensure the
sanity of the operation and supports mainly manual usage.

If you are reckless enough, you can ask it to autocommit when everything has
applied cleanly. Combined with a couple more scripts could become part of
a git2cvs gateway.

Should support adds/removes and binary files.

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-cvsexportcommit.txt [new file with mode: 0644]
Makefile
git-cvsexportcommit.perl [new file with mode: 0755]