]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
cvsimport: Add -S <skipfileregex> support and -v announces files retrieved
authorMartin Langhoff <martin@catalyst.net.nz>
Mon, 30 Jan 2006 06:12:41 +0000 (19:12 +1300)
committerJunio C Hamano <junkio@cox.net>
Mon, 30 Jan 2006 07:25:38 +0000 (23:25 -0800)
commit5179c8a54f76dcbdbfc96eed3a4e64a30d8d562d
tree2330b3126a3853adacb291858b7e3758ce1c6401
parent36b5b3c65948694d9a92de5a17f2b97c3cd84879
cvsimport: Add -S <skipfileregex> support and -v announces files retrieved

A couple of things that seem to help importing broken CVS repos...

 -S '<slash-delimited-regex>' skips files with a matching path
 -v prints file name and version before fetching from cvs

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsimport.perl