summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2024-02-13Merge branch 'js/win32-retry-pipe-write-on-enospc' into maint-2.43Junio C Hamano-4/+15
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano-4/+3
2024-01-30win32: special-case `ENOSPC` when writing to a pipeJohannes Schindelin-4/+15
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-4/+0
2023-12-26fsmonitor--daemon.h: remove unnecessary includesElijah Newren-0/+3
2023-12-09config: handle NULL value when parsing non-boolsJeff King-0/+2
2023-09-29Merge branch 'jk/fsmonitor-unused-parameter'Junio C Hamano-25/+22
2023-09-18fsmonitor/darwin: mark unused parameters in system callbackJeff King-2/+2
2023-09-18fsmonitor: mark unused parameters in stub functionsJeff King-7/+8
2023-09-18fsmonitor/win32: mark unused parameter in fsm_os__incompatible()Jeff King-1/+1
2023-09-18fsmonitor/win32: drop unused parametersJeff King-14/+10
2023-09-18fsmonitor: prefer repo_git_path() to git_pathdup()Jeff King-1/+1
2023-08-19hashmap: use expected signatures for comparison functionsJeff King-4/+6
2023-08-15Merge branch 'ds/maintenance-on-windows-fix'Junio C Hamano-0/+115
2023-08-09Merge branch 'ma/locate-in-path-for-windows'Junio C Hamano-0/+8
2023-08-09win32: add a helper to run `git.exe` without a foreground windowJohannes Schindelin-0/+115
2023-08-03compat/mingw: implement a native locate_in_PATH()Matthias Aßhauer-0/+8
2023-07-25Merge branch 'mh/mingw-case-sensitive-build'Junio C Hamano-2/+2
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano-1/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano-2/+5
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-06-28config: add ctx arg to config_fn_tGlen Choo-2/+5
2023-06-21fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren-9/+12
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-9/+9
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren-0/+2
2023-06-12mingw: use lowercase includes for some Windows headersMike Hommey-2/+2
2023-04-24fsmonitor: reduce includes of cache.hElijah Newren-3/+3
2023-04-24cache.h: remove unnecessary headersElijah Newren-0/+2
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-0/+4
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren-0/+1
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren-1/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+6
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+2
2023-03-21treewide: remove unnecessary includes of cache.hElijah Newren-1/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+2
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren-0/+3
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren-2/+2
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+11
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-0/+1
2023-02-23treewide: ensure one of the appropriate headers is sourced firstElijah Newren-0/+2
2023-02-09Merge branch 'sk/winansi-createthread-fix'Junio C Hamano-1/+1
2023-02-01compat/winansi: check for errors of CreateThread() correctlySeija Kijin-1/+1
2023-01-23Merge branch 'sk/win32-close-handle-upon-pthread-join'Junio C Hamano-11/+14
2023-01-23Merge branch 'rs/use-enhanced-bre-on-macos'Junio C Hamano-0/+9
2023-01-21Merge branch 'rs/dup-array'Junio C Hamano-7/+3
2023-01-09use DUP_ARRAYRené Scharfe-2/+1
2023-01-09mingw: make argv2 in try_shell_exec() non-constRené Scharfe-5/+2