]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
cvsimport: allow for multiple -M options
authorPhilippe Bruhat (BooK <book@cpan.org>
Thu, 28 Feb 2008 10:18:22 +0000 (11:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 Mar 2008 08:55:38 +0000 (00:55 -0800)
commitbc434e829c6f1757d2761c50e06a28278dc2f2c7
treecd3b572149d78005ebbe843ba03bd8783d8379a6
parentfbbbc362ab9d3a8d76eb4273e65fb1fb26849d75
cvsimport: allow for multiple -M options

Use Getopt::Long instead of Getopt::Std to handle multiple -M options,
for all the cases when having a single custom regex is not enough.

Signed-off-by: Philippe Bruhat (BooK) <book@cpan.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsimport.perl