summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | hashmap: mark unused callback parametersJeff King2022-08-191-1/+1
* | | Merge branch 'ed/fsmonitor-on-network-disk'Junio C Hamano2022-09-131-0/+68
|\ \ \ | | |/ | |/|
| * | fsmonitor: option to allow fsmonitor to run against network-mounted reposEric DeCosta2022-08-111-0/+68
* | | Merge branch 'vd/scalar-generalize-diagnose'Junio C Hamano2022-08-251-0/+56
|\ \ \
| * | | scalar-diagnose: move 'get_disk_info()' to 'compat/'Victoria Dye2022-08-121-0/+56
* | | | Merge branch 'jk/pipe-command-nonblock'Junio C Hamano2022-08-252-0/+59
|\ \ \ \ | |_|_|/ |/| | |
| * | | nonblock: support WindowsRené Scharfe2022-08-171-0/+27
| * | | compat: add function to enable nonblocking pipesJeff King2022-08-172-0/+32
| * | | Merge branch 'ds/win-syslog-compiler-fix' into maintJunio C Hamano2022-08-051-3/+4
| |\ \ \
| * \ \ \ Merge branch 'rs/mingw-tighten-mkstemp' into maintJunio C Hamano2022-08-051-4/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'js/safe-directory-plus'Junio C Hamano2022-08-142-2/+59
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | mingw: handle a file owned by the Administrators group correctlyJohannes Schindelin2022-08-081-0/+10
| * | | | | mingw: be more informative when ownership check fails on FAT32Johannes Schindelin2022-08-081-1/+24
| * | | | | mingw: provide details about unsafe directories' ownershipJohannes Schindelin2022-08-081-0/+24
| * | | | | setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin2022-08-082-2/+2
| |/ / / /
* | | | | Merge branch 'js/lstat-mingw-enotdir-fix'Junio C Hamano2022-08-081-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | lstat(mingw): correctly detect ENOTDIR scenariosJohannes Schindelin2022-07-291-2/+2
| * | | | Merge branch 'js/ci-gcc-12-fixes' into maintJunio C Hamano2022-06-082-1/+2
| |\ \ \ \
* | \ \ \ \ Merge branch 'ds/win-syslog-compiler-fix'Junio C Hamano2022-07-271-3/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | compat/win32: correct for incorrect compiler warningDerrick Stolee2022-07-191-3/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'rs/mingw-tighten-mkstemp'Junio C Hamano2022-07-221-4/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | mingw: avoid mktemp() in mkstemp() implementationRené Scharfe2022-07-141-4/+1
* | | | Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano2022-06-108-93/+1042
|\ \ \ \
| * | | | fsmonitor: on macOS also emit NFC spelling for NFD pathnameJeff Hostetler2022-05-261-2/+31
| * | | | fsm-listen-darwin: shutdown daemon if worktree root is moved/renamedJeff Hostetler2022-05-261-0/+25
| * | | | fsm-health-win32: force shutdown daemon if worktree root movesJeff Hostetler2022-05-261-0/+143
| * | | | fsm-health-win32: add polling framework to monitor daemon healthJeff Hostetler2022-05-261-1/+64
| * | | | fsmonitor--daemon: stub in health threadJeff Hostetler2022-05-263-0/+143
| * | | | fsmonitor--daemon: rename listener thread related variablesJeff Hostetler2022-05-263-30/+30
| * | | | fsmonitor--daemon: cd out of worktree rootJeff Hostetler2022-05-261-6/+16
| * | | | fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOSJeff Hostetler2022-05-261-1/+33
| * | | | fsmonitor-settings: NTFS and FAT32 on MacOS are incompatibleJeff Hostetler2022-05-261-3/+17