summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
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-03-12nedmalloc: avoid new compile errorJohannes Schindelin-1/+0
2023-03-12compat/win32/syslog: fix use-after-reallocJohannes Schindelin-0/+2
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
2023-01-08use enhanced basic regular expressions on macOSRené Scharfe-0/+9
2023-01-05Merge branch 'dh/mingw-ownership-check-typofix'Junio C Hamano-1/+1
2023-01-04win32: close handles of threads that have been joinedSeija Kijin-0/+3
2023-01-04win32: prepare pthread.c for change by formattingSeija Kijin-11/+11
2022-12-25win32: use _endthreadex to terminate threads, not ExitThreadSeija Kijin-1/+1
2022-12-20mingw: fix typo in an error message from ownership checkDaniël Haazen-1/+1
2022-12-19Merge branch 'jh/fsmonitor-darwin-modernize'Junio C Hamano-14/+25
2022-12-15fsmonitor: eliminate call to deprecated FSEventStream functionJeff Hostetler-14/+25
2022-11-23Merge branch 'sz/macos-fsmonitor-symlinks'Junio C Hamano-1/+1
2022-11-08Merge branch 'rs/no-more-run-command-v'Taylor Blau-4/+7
2022-11-08fsmonitor--daemon: on macOS support symlinksrz_zumix-1/+1