author | Ben Walton <bwalton@artsci.utoronto.ca> | |
Tue, 19 Jan 2010 19:03:09 +0000 (14:03 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 19 Jan 2010 20:21:34 +0000 (12:21 -0800) | ||
commit | a12477dbe1be24c3948dd7994874d1d1187c40c3 | |
tree | 595dd4eef3fca8ee19e7440be10844045f912566 | tree | snapshot |
parent | 640d9d08738db4380c2f856d60ac0a2ceb496c2f | commit | diff |
cvsimport: standarize open() calls to external git tools
Standardize calls to open() where external git tools are used as
part of a pipeline. Instead of open(X, "git foo ... |)", use
open(X, "-|", 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>
Standardize calls to open() where external git tools are used as
part of a pipeline. Instead of open(X, "git foo ... |)", use
open(X, "-|", 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 |