summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* fsmonitor: reduce includes of cache.hElijah Newren2023-04-243-3/+3
* cache.h: remove unnecessary headersElijah Newren2023-04-242-0/+2
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-244-0/+4
* symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-241-0/+1
* treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-111-0/+1
* treewide: remove unnecessary cache.h inclusionElijah Newren2023-04-111-1/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-115-0/+6
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-212-0/+2
* treewide: remove unnecessary includes of cache.hElijah Newren2023-03-211-1/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-212-0/+2
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-213-0/+3
* treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren2023-03-212-2/+2
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-2111-0/+11
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-0/+1
* treewide: ensure one of the appropriate headers is sourced firstElijah Newren2023-02-232-0/+2
* Merge branch 'sk/winansi-createthread-fix'Junio C Hamano2023-02-091-1/+1
|\
| * compat/winansi: check for errors of CreateThread() correctlySeija Kijin2023-02-011-1/+1
* | Merge branch 'sk/win32-close-handle-upon-pthread-join'Junio C Hamano2023-01-231-11/+14
|\ \
| * | win32: close handles of threads that have been joinedSeija Kijin2023-01-041-0/+3
| * | win32: prepare pthread.c for change by formattingSeija Kijin2023-01-041-11/+11
| |/
* | Merge branch 'rs/use-enhanced-bre-on-macos'Junio C Hamano2023-01-231-0/+9
|\ \
| * | use enhanced basic regular expressions on macOSRené Scharfe2023-01-081-0/+9
| |/
* | Merge branch 'rs/dup-array'Junio C Hamano2023-01-211-7/+3
|\ \
| * | use DUP_ARRAYRené Scharfe2023-01-091-2/+1
| * | mingw: make argv2 in try_shell_exec() non-constRené Scharfe2023-01-091-5/+2
* | | Merge branch 'dh/mingw-ownership-check-typofix'Junio C Hamano2023-01-051-1/+1
|\ \ \
| * | | mingw: fix typo in an error message from ownership checkDaniël Haazen2022-12-201-1/+1
| * | | Merge branch 'jk/pipe-command-nonblock' into maintJunio C Hamano2022-09-132-0/+59
| |\ \ \
| * \ \ \ Merge branch 'js/safe-directory-plus' into maintJunio C Hamano2022-08-262-2/+59
| |\ \ \ \
| * \ \ \ \ Merge branch 'js/lstat-mingw-enotdir-fix' into maintJunio C Hamano2022-08-261-2/+2
| |\ \ \ \ \
* | | | | | | win32: use _endthreadex to terminate threads, not ExitThreadSeija Kijin2022-12-251-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'jh/fsmonitor-darwin-modernize'Junio C Hamano2022-12-192-14/+25
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | fsmonitor: eliminate call to deprecated FSEventStream functionJeff Hostetler2022-12-152-14/+25
* | | | | | Merge branch 'sz/macos-fsmonitor-symlinks'Junio C Hamano2022-11-231-1/+1
|\ \ \ \ \ \
| * | | | | | fsmonitor--daemon: on macOS support symlinksrz_zumix2022-11-081-1/+1
* | | | | | | Merge branch 'rs/no-more-run-command-v'Taylor Blau2022-11-081-4/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | use child_process member "args" instead of string array variableRené Scharfe2022-10-301-4/+7
* | | | | | | Merge branch 'jk/unused-anno-more'Junio C Hamano2022-10-271-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | mark unused parameters in trivial compat functionsJeff King2022-10-171-1/+1
| |/ / / / /
* | | | | | Merge branch 'ab/macos-build-fix-with-sha1dc'Junio C Hamano2022-10-211-5/+5
|\ \ \ \ \ \
| * | | | | | fsmonitor OSX: compile with DC_SHA1=YesPleaseÆvar Arnfjörð Bjarmason2022-10-191-5/+5
* | | | | | | Merge branch 'ed/fsmonitor-on-networked-macos'Junio C Hamano2022-10-177-225/+381
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | fsmonitor: deal with synthetic firmlinks on macOSEric DeCosta2022-10-053-2/+121
| * | | | | fsmonitor: avoid socket location check if using hookEric DeCosta2022-10-052-5/+7
| * | | | | fsmonitor: relocate socket file if .git directory is remoteEric DeCosta2022-10-053-1/+62
| * | | | | fsmonitor: refactor filesystem checks to common interfaceEric DeCosta2022-10-054-219/+193
* | | | | | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-1/+1
|\ \ \ \ \ \
| * | | | | | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* | | | | | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /