summaryrefslogtreecommitdiffstats
path: root/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, tooJohannes Schindelin2024-07-141-1/+1
* win32: override `fspathcmp()` with a directory separator-aware versionJohannes Schindelin2024-07-142-0/+41
* Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-023-4/+7
|\
| * compat/fsmonitor: fix socket path in networked SHA256 reposPatrick Steinhardt2024-06-141-3/+4
| * hash-ll: merge with "hash.h"Patrick Steinhardt2024-06-141-1/+1
| * global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | Merge branch 'js/mingw-remove-unused-extern-decl'Junio C Hamano2024-06-271-1/+0
|\ \
| * | mingw: drop bogus (and unneeded) declaration of `_pgmptr`Johannes Schindelin2024-06-201-1/+0
* | | compat/win32: fix const-correctness with string constantsPatrick Steinhardt2024-06-073-15/+31
* | | global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-1/+1
| |/ |/|
* | Merge branch 'jc/compat-regex-calloc-fix'Junio C Hamano2024-05-203-13/+13
|\ \
| * | compat/regex: fix argument order to calloc(3)Junio C Hamano2024-05-133-13/+13
| * | nedmalloc: avoid new compile errorJohannes Schindelin2023-03-121-1/+0
| * | compat/win32/syslog: fix use-after-reallocJohannes Schindelin2023-03-121-0/+2
* | | win32: fix building with NO_UNIX_SOCKETSMike Hommey2024-05-031-0/+2
* | | Win32: detect unix socket support at runtimeMatthias Aßhauer2024-04-032-0/+25
* | | Merge branch 'jc/no-include-of-compat-util-from-headers'Junio C Hamano2024-03-052-2/+0
|\ \ \ | |_|/ |/| |
| * | compat: drop inclusion of <git-compat-util.h>Junio C Hamano2024-02-242-2/+0
| * | Merge branch 'js/win32-retry-pipe-write-on-enospc' into maint-2.43Junio C Hamano2024-02-131-4/+15
| |\ \
| * \ \ Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano2024-02-095-4/+3
| |\ \ \
* | \ \ \ Merge branch 'js/win32-retry-pipe-write-on-enospc'Junio C Hamano2024-02-061-4/+15
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | win32: special-case `ENOSPC` when writing to a pipeJohannes Schindelin2024-01-301-4/+15
* | | | | Merge branch 'sk/mingw-owner-check-error-message-improvement'Junio C Hamano2024-01-201-13/+57
|\ \ \ \ \
| * | | | | mingw: give more details about unsafe directory's ownershipSören Krecker2024-01-101-13/+57
* | | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-085-4/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | 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