diff options
author | Karsten Blees <blees@dcon.de> | 2014-07-17 17:38:02 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-21 09:32:49 -0700 |
commit | f279242d5e3f17e01e1d70010c4f072798899a47 (patch) | |
tree | ab6c63222623589d1ba5b57fe00a3a07685b89b1 /t/t9146-git-svn-empty-dirs.sh | |
parent | Win32: don't copy the environment twice when spawning child processes (diff) | |
download | tgif-f279242d5e3f17e01e1d70010c4f072798899a47.tar.xz |
Win32: reduce environment array reallocations
Move environment array reallocation from do_putenv to the respective
callers. Keep track of the environment size in a global variable. Use
ALLOC_GROW in mingw_putenv to reduce reallocations. Allocate a
sufficiently sized environment array in make_environment_block to prevent
reallocations.
Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Stepan Kasal <kasal@ucw.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9146-git-svn-empty-dirs.sh')
0 files changed, 0 insertions, 0 deletions