]> git.ipfire.org Git - thirdparty/git.git/commit
CodingGuidelines: st_mtimespec vs st_mtim vs st_mtime
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Apr 2026 18:10:48 +0000 (11:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Apr 2026 04:25:29 +0000 (21:25 -0700)
commitb96490241e342fe1aecbd3c4f40de6998d2a3eaa
treec32866ba10bba17af4930ca1c6799d7092417cd2
parent2b39a27d40682c09ac1c031f099ee602061597cd
CodingGuidelines: st_mtimespec vs st_mtim vs st_mtime

Most unfortunately macOS does not support st_[amc]tim for timestamps
down to nanosecond resolution as POSIX systems.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/CodingGuidelines