From: Junio C Hamano Date: Mon, 16 Dec 2019 21:08:31 +0000 (-0800) Subject: Merge branch 'dd/time-reentrancy' X-Git-Tag: v2.25.0-rc0~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4755a34c47c6d624d77ce90c7ea5247b43829cc0;p=thirdparty%2Fgit.git Merge branch 'dd/time-reentrancy' Avoid gmtime() and localtime() and prefer their reentrant counterparts. * dd/time-reentrancy: mingw: use {gm,local}time_s as backend for {gm,local}time_r archive-zip.c: switch to reentrant localtime_r date.c: switch to reentrant {gm,local}time_r --- 4755a34c47c6d624d77ce90c7ea5247b43829cc0