From: Junio C Hamano Date: Wed, 17 Jun 2026 18:10:11 +0000 (-0700) Subject: Merge branch 'ps/transport-helper-tsan-fix' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43e74ecf1b65b7bc15e629c756bd550e2fd03532;p=thirdparty%2Fgit.git Merge branch 'ps/transport-helper-tsan-fix' The TSAN race in transfer_debug() within transport-helper.c has been resolved by initializing the debug flag early in bidirectional_transfer_loop() before spawning worker threads, allowing the removal of a TSAN suppression. * ps/transport-helper-tsan-fix: transport-helper: fix TSAN race in transfer_debug() --- 43e74ecf1b65b7bc15e629c756bd550e2fd03532