summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Ben Walton <bwalton@artsci.utoronto.ca>2010-01-19 14:03:09 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-01-19 12:21:34 -0800
commita12477dbe1be24c3948dd7994874d1d1187c40c3 (patch)
tree595dd4eef3fca8ee19e7440be10844045f912566 /t
parentcvsimport: modernize callouts to git subcommands (diff)
downloadtgif-a12477dbe1be24c3948dd7994874d1d1187c40c3.tar.xz
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>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions