summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | fsmonitor-settings: remote repos on Windows are incompatibleJeff Hostetler2022-05-261-0/+102
| * | | | fsmonitor-settings: remote repos on macOS are incompatibleJeff Hostetler2022-05-261-0/+66
| * | | | fsmonitor-settings: stub in macOS-specific incompatibility checkingJeff Hostetler2022-05-261-0/+9
| * | | | fsmonitor-settings: VFS for Git virtual repos are incompatibleJeff Hostetler2022-05-261-0/+26
| * | | | fsmonitor-settings: stub in Win32-specific incompatibility checkingJeff Hostetler2022-05-261-0/+9
| * | | | fsm-listen-win32: handle shortnamesJeff Hostetler2022-05-261-54/+332
* | | | | Merge branch 'ds/bundle-uri'Junio C Hamano2022-06-032-6/+2
|\ \ \ \ \
| * | | | | dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason2022-05-162-6/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-0/+3
|\ \ \ \ \
| * | | | | core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh2022-04-061-0/+3
* | | | | | Merge branch 'js/ci-gcc-12-fixes'Junio C Hamano2022-05-312-1/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | nedmalloc: avoid new compile errorJohannes Schindelin2022-05-241-1/+0
| * | | | | compat/win32/syslog: fix use-after-reallocJohannes Schindelin2022-05-241-0/+2
* | | | | | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | | | | Merge branch 'ep/maint-equals-null-cocci' into ep/equals-null-cocciJunio C Hamano2022-05-023-5/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-023-5/+5
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-023-5/+5
| | |/ / /
* | | | | Merge tag 'v2.35.2'Junio C Hamano2022-04-112-0/+94
|\ \ \ \ \ | |/ / / /