author | Ben Walton <bwalton@artsci.utoronto.ca> | |
Tue, 19 Jan 2010 19:03:08 +0000 (14:03 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 19 Jan 2010 20:16:07 +0000 (12:16 -0800) | ||
commit | 640d9d08738db4380c2f856d60ac0a2ceb496c2f | |
tree | 65df11a71332c07cfe88a9e4c991fb4b02cbf17d | tree | snapshot |
parent | d07430f98cfd6fae3f5ee91c2fa314f1cacf6f33 | commit | diff |
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>
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 | diff | blob | history |