author | Ben Walton <bwalton@artsci.utoronto.ca> | |
Tue, 19 Jan 2010 19:03:10 +0000 (14:03 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 19 Jan 2010 20:22:19 +0000 (12:22 -0800) | ||
commit | 91fe7324c5a5a11a7fff4993ce5ded81b6e3ee08 | |
tree | e30567b84ff4c98b44525543b443b0446731c631 | tree | snapshot |
parent | a12477dbe1be24c3948dd7994874d1d1187c40c3 | commit | diff |
cvsimport: standarize system() calls to external git tools
This patch standardizes calls to system() where external git tools are
called. Instead of system("git foo ... "), use system(qw(git foo ...)).
All calls are made without the use of an 'sh -c' process to split the
arguments.
Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This patch standardizes calls to system() where external git tools are
called. Instead of system("git foo ... "), use system(qw(git foo ...)).
All calls are made without the use of an 'sh -c' process to split the
arguments.
Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsimport.perl | diff | blob | history |