зеркало из https://github.com/microsoft/git.git
Merge branch 'js/unmap-before-ext-diff' into maint
Windows update. * js/unmap-before-ext-diff: diff: munmap() file contents before running external diff
This commit is contained in:
Коммит
58f6cfd8ce
2
diff.c
2
diff.c
|
@ -4206,6 +4206,8 @@ static void run_external_diff(const char *pgm,
|
|||
argv_array_pushf(&env, "GIT_DIFF_PATH_COUNTER=%d", ++o->diff_path_counter);
|
||||
argv_array_pushf(&env, "GIT_DIFF_PATH_TOTAL=%d", q->nr);
|
||||
|
||||
diff_free_filespec_data(one);
|
||||
diff_free_filespec_data(two);
|
||||
if (run_command_v_opt_cd_env(argv.argv, RUN_USING_SHELL, NULL, env.argv))
|
||||
die(_("external diff died, stopping at %s"), name);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче