diff options
author | 2019-01-11 17:17:22 -0500 | |
---|---|---|
committer | 2019-01-11 18:48:59 -0800 | |
commit | 0da0e9268b4825cafb27bb0e07b43fae30bb33da (patch) | |
tree | e4b9660b93279f25f2d70351e940f0b5a80bb995 /Documentation/gitcore-tutorial.txt | |
parent | merge-recursive: copy $GITHEAD strings (diff) | |
download | tgif-0da0e9268b4825cafb27bb0e07b43fae30bb33da.tar.xz |
builtin_diff(): read $GIT_DIFF_OPTS closer to use
The value returned by getenv() is not guaranteed to remain valid across
other environment function calls. But in between our call and using the
value, we run fill_textconv(), which may do quite a bit of work,
including spawning sub-processes.
We can make this safer by calling getenv() right before we actually look
at its value.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcore-tutorial.txt')
0 files changed, 0 insertions, 0 deletions