]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
cvsimport: modernize callouts to git subcommands
authorBen Walton <bwalton@artsci.utoronto.ca>
Tue, 19 Jan 2010 19:03:08 +0000 (14:03 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jan 2010 20:16:07 +0000 (12:16 -0800)
commit640d9d08738db4380c2f856d60ac0a2ceb496c2f
tree65df11a71332c07cfe88a9e4c991fb4b02cbf17d
parentd07430f98cfd6fae3f5ee91c2fa314f1cacf6f33
cvsimport: modernize callouts to git subcommands

This patch updates all calling conventions for external git tools.  to
use the modern calling convention (eg: git foo instead of git-foo).
This is almost entierly a s/git-/git / operation, with deviations only
as required to keep tests passing.

Reported-by: Alexander Maier <amaier@opencsw.org>
Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsimport.perl