From: Junio C Hamano Date: Wed, 19 Nov 2025 18:58:47 +0000 (-0800) Subject: Merge branch 'js/mingw-assign-comma-fix' into next X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1a5807e11f53cc5d3cc191dad8ab95ed4f693f5;p=thirdparty%2Fgit.git Merge branch 'js/mingw-assign-comma-fix' into next 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 --- d1a5807e11f53cc5d3cc191dad8ab95ed4f693f5