From: Junio C Hamano Date: Wed, 26 Nov 2025 18:32:41 +0000 (-0800) Subject: Merge branch 'js/mingw-assign-comma-fix' X-Git-Tag: v2.53.0-rc0~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb474aa7e60b9d7d9ffdd6bac6451ebfba71d8e6;p=thirdparty%2Fgit.git Merge branch 'js/mingw-assign-comma-fix' The "return errno = EFOO, -1" construct, which is heavily used in compat/mingw.c and triggers warnings under "-Wcomma", has been rewritten to avoid the warnings. * js/mingw-assign-comma-fix: mingw: avoid the comma operator --- eb474aa7e60b9d7d9ffdd6bac6451ebfba71d8e6