diff options
author | Jeff King <peff@peff.net> | 2014-04-19 15:17:25 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-21 10:30:33 -0700 |
commit | ae049c955c8858899467f6c5c0259c48a5294385 (patch) | |
tree | 37ff06375ab15e51dd7b283ee7f18363018a2670 /contrib | |
parent | run_external_diff: use an argv_array for the command line (diff) | |
download | tgif-ae049c955c8858899467f6c5c0259c48a5294385.tar.xz |
run_external_diff: use an argv_array for the environment
We currently use static buffers and a static array for
formatting the environment passed to the external diff.
There's nothing wrong in the code, but it is much easier to
verify that it is correct if we use a dynamic argv_array.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions