summaryrefslogtreecommitdiff
path: root/compat/mingw.h
AgeCommit message (Expand)AuthorFilesLines
2026-07-20environment: move has_symlinks into repo_config_valuesTian Yuchen1-0/+3
2025-02-18compat/mingw: split out POSIX-related bitsPatrick Steinhardt1-425/+1
2024-08-28compat: mark unused parameters in win32/mingw functionsJeff King1-9/+9
2024-04-03Win32: detect unix socket support at runtimeMatthias Aßhauer1-0/+6
2023-08-09Merge branch 'ma/locate-in-path-for-windows'Junio C Hamano1-0/+3
2023-08-03compat/mingw: implement a native locate_in_PATH()Matthias Aßhauer1-0/+3
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-1/+3
2022-08-08setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin1-1/+1
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-0/+3
2022-04-11Merge tag 'v2.35.2'Junio C Hamano1-0/+7
2022-04-06core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh1-0/+3
2022-03-24Sync with 2.30.3Johannes Schindelin1-0/+7
2022-03-21Add a function to determine whether a path is owned by the current userJohannes Schindelin1-0/+7
2022-03-10core.fsyncmethod: add writeout-only modeNeeraj Singh1-0/+3
2021-02-26Makefile: add OPEN_RETURNS_EINTR knobJeff King1-0/+1
2020-10-07compat/mingw.h: drop extern from function declarationDenton Liu1-1/+1
2020-02-17Merge branch 'js/mingw-open-in-gdb'Junio C Hamano1-0/+10
2020-02-14mingw: add a helper function to attach GDB to the current processJohannes Schindelin1-0/+10
2020-01-02Merge branch 'js/mingw-reserved-filenames'Junio C Hamano1-2/+9
2019-12-21mingw: refuse paths containing reserved namesJohannes Schindelin1-2/+9
2019-12-09Sync with Git 2.24.1Junio C Hamano1-0/+14
2019-12-06Sync with 2.23.1Johannes Schindelin1-0/+14
2019-12-06Sync with 2.22.2Johannes Schindelin1-0/+14
2019-12-06Sync with 2.21.1Johannes Schindelin1-0/+14
2019-12-06Sync with 2.20.2Johannes Schindelin1-0/+14
2019-12-06Sync with 2.19.3Johannes Schindelin1-2/+16
2019-12-06Sync with 2.16.6Johannes Schindelin1-2/+16
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin1-2/+2
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin1-2/+5
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin1-0/+11
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchDenton Liu1-3/+3
2019-06-20msvc: do not re-declare the timespec structJeff Hostetler1-0/+2
2019-06-20mingw: replace mingw_startup() hackJohannes Schindelin1-11/+11
2019-05-07mingw: remove obsolete IPv6-related codeTanushree Tumane1-8/+0
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-2/+1
2019-02-13Merge branch 'js/mingw-host-cpu'Junio C Hamano1-19/+0
2019-02-13mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin1-19/+0
2019-02-08Merge branch 'js/mingw-host-cpu'Junio C Hamano1-0/+19
2019-02-07mingw: fix CPU reporting in `git version --build-options`Johannes Schindelin1-0/+19
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano1-20/+0
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen1-20/+0
2018-11-13Merge branch 'js/mingw-utf8-env'Junio C Hamano1-4/+28
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano1-0/+3
2018-11-13Merge branch 'js/mingw-isatty-and-dup2'Junio C Hamano1-0/+3
2018-11-06Merge branch 'js/mingw-ns-filetime'Junio C Hamano1-10/+26
2018-10-31mingw: fix isatty() after dup2()Johannes Schindelin1-0/+3
2018-10-31config: allow for platform-specific core.* config settingsJohannes Schindelin1-0/+3
2018-10-31mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Johannes Schindelin1-4/+28
2018-10-24mingw: implement nanosecond-precision file timesKarsten Blees1-10/+26