summaryrefslogtreecommitdiff
path: root/t/t4013/diff.diff_initial..side
diff options
context:
space:
mode:
authorJustin Tobler <jltobler@gmail.com>2026-07-10 11:37:21 -0500
committerJunio C Hamano <gitster@pobox.com>2026-07-10 13:21:53 -0700
commit6c242569c190ec5c53b015d5284180b37f5b1542 (patch)
tree4aadbd989b13ebcc42bda5091984744821a27375 /t/t4013/diff.diff_initial..side
parent48d730a16a6f02ca952f653cf70d8c0471137112 (diff)
builtin/receive-pack: drop redundant tmpdir env
When performing the connectivity checks for a shallow ref in `update_shallow_ref()`, the child process environment variables are populated via `tmp_objdir_env()`. This is unnecessary though as `update_shallow_ref()` is only reached after `tmp_objdir_migrate()` has been performed which means there is no longer a temporary directory that needs to be shared with child processes. Drop the call to `tmp_objdir_env()` accordingly. Signed-off-by: Justin Tobler <jltobler@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_initial..side')
0 files changed, 0 insertions, 0 deletions