mirror of
https://github.com/git/git.git
synced 2026-02-05 07:23:13 +00:00
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>
28 KiB
Executable File
28 KiB
Executable File