]> git.ipfire.org Git - thirdparty/git.git/commit
compat/mingw: split out POSIX-related bits
authorPatrick Steinhardt <ps@pks.im>
Tue, 18 Feb 2025 09:20:51 +0000 (10:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Feb 2025 18:55:39 +0000 (10:55 -0800)
commit0b960a53daa1b336bcec5810f70d8af8ced86ca8
treec6c62328ce851ed96ec910edb3dab9f8555106ae
parentf93b2a04243ee1a95920ae02a9423accbe1c3719
compat/mingw: split out POSIX-related bits

Split out POSIX-related bits from "compat/mingw.h" and "compat/msvc.h".
This is in preparation for splitting up "git-compat-utils.h" into a
header that provides POSIX-compatibility and a header that provides
common wrappers used by the Git project.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw-posix.h [new file with mode: 0644]
compat/mingw.h
compat/msvc-posix.h [new file with mode: 0644]
compat/msvc.h