summaryrefslogtreecommitdiffstats
path: root/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-262-4/+0
| * | | | fsmonitor--daemon.h: remove unnecessary includesElijah Newren2023-12-263-0/+3
| | |/ / | |/| |
* / | | config: handle NULL value when parsing non-boolsJeff King2023-12-091-0/+2
|/ / /
* | | Merge branch 'jk/fsmonitor-unused-parameter'Junio C Hamano2023-09-296-25/+22
|\ \ \
| * | | fsmonitor/darwin: mark unused parameters in system callbackJeff King2023-09-191-2/+2
| * | | fsmonitor: mark unused parameters in stub functionsJeff King2023-09-192-7/+8
| * | | fsmonitor/win32: mark unused parameter in fsm_os__incompatible()Jeff King2023-09-191-1/+1
| * | | fsmonitor/win32: drop unused parametersJeff King2023-09-191-14/+10
| * | | fsmonitor: prefer repo_git_path() to git_pathdup()Jeff King2023-09-191-1/+1
* | | | hashmap: use expected signatures for comparison functionsJeff King2023-08-201-4/+6
|/ / /
* | | Merge branch 'ds/maintenance-on-windows-fix'Junio C Hamano2023-08-151-0/+115
|\ \ \
| * | | win32: add a helper to run `git.exe` without a foreground windowJohannes Schindelin2023-08-091-0/+115
* | | | Merge branch 'ma/locate-in-path-for-windows'Junio C Hamano2023-08-102-0/+8
|\ \ \ \
| * | | | compat/mingw: implement a native locate_in_PATH()Matthias Aßhauer2023-08-042-0/+8
| |/ / /
* | | | Merge branch 'mh/mingw-case-sensitive-build'Junio C Hamano2023-07-251-2/+2
|\ \ \ \
| * | | | mingw: use lowercase includes for some Windows headersMike Hommey2023-06-121-2/+2
| |/ / /
* | | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \ \ \
| * | | | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | | | Merge branch 'gc/config-context'Junio C Hamano2023-07-062-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | config: add ctx arg to config_fn_tGlen Choo2023-06-282-2/+5
| |/ / /
* | | | fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren2023-06-219-9/+12
* | | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | | | cache.h: remove this no-longer-used headerElijah Newren2023-06-2110-9/+9
* | | | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-212-0/+2
|/ / /
* | | 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-241-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
* | | treewide: ensure one of the appropriate headers is sourced firstElijah Newren2023-02-242-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-221-7/+3
|\ \ \ \
| * | | | use DUP_ARRAYRené Scharfe2023-01-091-2/+1
| * | | | mingw: make argv2 in try_shell_exec() non-constRené Scharfe2023-01-091-5/+2