Files
git/t/unit-tests
Johannes Schindelin 42020d2dc0 clar: avoid compile error with mingw-w64
When using mingw-w64 to compile the code, and using `_stat()`, it is
necessary to use `struct _stat`, too, and not `struct stat` (as the
latter is incompatible with the "dashed" version because it is limited
to 32-bit time types for backwards compatibility).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-09-04 08:41:36 -07:00
..
2024-06-14 10:26:33 -07:00
2024-07-30 13:32:43 -07:00
2023-12-28 12:22:43 -08:00
2024-07-30 13:32:43 -07:00