summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge branch 'ds/win-syslog-compiler-fix' into maintJunio C Hamano1-3/+4
2022-08-05Merge branch 'rs/mingw-tighten-mkstemp' into maintJunio C Hamano1-4/+1
2022-07-19compat/win32: correct for incorrect compiler warningDerrick Stolee1-3/+4
2022-07-14mingw: avoid mktemp() in mkstemp() implementationRené Scharfe1-4/+1
2022-06-10Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano8-92/+1041
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano2-6/+2
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-0/+3
2022-05-31Merge branch 'js/ci-gcc-12-fixes'Junio C Hamano2-1/+2
2022-05-26fsmonitor: on macOS also emit NFC spelling for NFD pathnameJeff Hostetler1-2/+31
2022-05-26fsm-listen-darwin: shutdown daemon if worktree root is moved/renamedJeff Hostetler1-0/+25
2022-05-26fsm-health-win32: force shutdown daemon if worktree root movesJeff Hostetler1-0/+143
2022-05-26fsm-health-win32: add polling framework to monitor daemon healthJeff Hostetler1-1/+64
2022-05-26fsmonitor--daemon: stub in health threadJeff Hostetler3-0/+143
2022-05-26fsmonitor--daemon: rename listener thread related variablesJeff Hostetler3-30/+30
2022-05-26fsmonitor--daemon: cd out of worktree rootJeff Hostetler1-6/+16
2022-05-26fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOSJeff Hostetler1-1/+33
2022-05-26fsmonitor-settings: NTFS and FAT32 on MacOS are incompatibleJeff Hostetler1-3/+17
2022-05-26fsmonitor-settings: remote repos on Windows are incompatibleJeff Hostetler1-0/+102
2022-05-26fsmonitor-settings: remote repos on macOS are incompatibleJeff Hostetler1-0/+66
2022-05-26fsmonitor-settings: stub in macOS-specific incompatibility checkingJeff Hostetler1-0/+9
2022-05-26fsmonitor-settings: VFS for Git virtual repos are incompatibleJeff Hostetler1-0/+26
2022-05-26fsmonitor-settings: stub in Win32-specific incompatibility checkingJeff Hostetler1-0/+9
2022-05-26fsm-listen-win32: handle shortnamesJeff Hostetler1-53/+331
2022-05-24nedmalloc: avoid new compile errorJohannes Schindelin1-1/+0
2022-05-24compat/win32/syslog: fix use-after-reallocJohannes Schindelin1-0/+2
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason2-6/+2
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2022-05-02Merge branch 'ep/maint-equals-null-cocci' into ep/equals-null-cocciJunio C Hamano3-5/+5
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano3-5/+5
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano3-5/+5
2022-04-11Merge tag 'v2.35.2'Junio C Hamano2-0/+94
2022-04-06core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh1-0/+3
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano4-0/+1154
2022-03-30Merge branch 'pw/add-p-single-key'Junio C Hamano2-36/+211
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano3-5/+31
2022-03-25compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOSJeff Hostetler1-0/+383
2022-03-25compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEventJeff Hostetler2-0/+116
2022-03-25compat/fsmonitor/fsm-listen-win32: implement FSMonitor backend on WindowsJeff Hostetler1-0/+565
2022-03-25compat/fsmonitor/fsm-listen-darwin: stub in backend for DarwinJeff Hostetler1-0/+20
2022-03-25compat/fsmonitor/fsm-listen-win32: stub in backend for WindowsJeff Hostetler2-0/+70
2022-03-24Sync with 2.34.2Johannes Schindelin2-0/+94
2022-03-24Sync with 2.33.2Johannes Schindelin2-0/+96
2022-03-24Sync with 2.32.1Johannes Schindelin2-0/+96
2022-03-24Sync with 2.31.2Johannes Schindelin2-0/+96
2022-03-24Sync with 2.30.3Johannes Schindelin2-0/+96
2022-03-21Merge branch 'pw/single-key-interactive'Junio C Hamano2-6/+31
2022-03-21Add a function to determine whether a path is owned by the current userJohannes Schindelin2-0/+94
2022-03-17mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón1-0/+2
2022-03-16terminal: restore settings on SIGTSTPPhillip Wood1-3/+129
2022-03-16terminal: work around macos poll() bugPhillip Wood1-6/+36