From: Junio C Hamano Date: Tue, 28 Mar 2023 17:51:52 +0000 (-0700) Subject: Merge branch 'pe/time-use-gettimeofday' X-Git-Tag: v2.41.0-rc0~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdb1ef07d22c3ca88bf42ecd08c0c24d515c11ef;p=thirdparty%2Fgit.git Merge branch 'pe/time-use-gettimeofday' time(2) on glib 2.31+, especially on Linux, goes out of sync with higher resolution timers used for gettimeofday(2) and by the filesystem. Replace all calls to it with a git_time() wrapper and use gettimeofday(2) in its implementation. * pe/time-use-gettimeofday: git-compat-util: use gettimeofday(2) for time(2) --- cdb1ef07d22c3ca88bf42ecd08c0c24d515c11ef