aboutsummaryrefslogtreecommitdiffstats
path: root/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| | | |
| * | | | Sync with 2.34.2Johannes Schindelin2022-03-242-0/+94
| |\| | |
| | * | | Sync with 2.33.2Johannes Schindelin2022-03-242-0/+96
| | |\ \ \
| | | * \ \ Sync with 2.32.1Johannes Schindelin2022-03-242-0/+96
| | | |\ \ \
| | | | * \ \ Sync with 2.31.2Johannes Schindelin2022-03-242-0/+96
| | | | |\ \ \
| | | | | * \ \ Sync with 2.30.3Johannes Schindelin2022-03-242-0/+96
| | | | | |\ \ \
| | | | | | * | | Add a function to determine whether a path is owned by the current userJohannes Schindelin2022-03-212-0/+94
| | | | | | * | | mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2022-03-171-0/+2
* | | | | | | | | Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano2022-04-044-0/+1154
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOSJeff Hostetler2022-03-251-0/+383
| * | | | | | | | compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEventJeff Hostetler2022-03-252-0/+116
| * | | | | | | | compat/fsmonitor/fsm-listen-win32: implement FSMonitor backend on WindowsJeff Hostetler2022-03-251-0/+565
| * | | | | | | | compat/fsmonitor/fsm-listen-darwin: stub in backend for DarwinJeff Hostetler2022-03-251-0/+20
| * | | | | | | | compat/fsmonitor/fsm-listen-win32: stub in backend for WindowsJeff Hostetler2022-03-252-0/+70
* | | | | | | | | Merge branch 'pw/add-p-single-key'Junio C Hamano2022-03-302-36/+211
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | terminal: restore settings on SIGTSTPPhillip Wood2022-03-161-3/+129
| * | | | | | | | | terminal: work around macos poll() bugPhillip Wood2022-03-161-6/+36
| * | | | | | | | | terminal: don't assume stdin is /dev/ttyPhillip Wood2022-03-162-9/+22
| * | | | | | | | | terminal: use flags for save_term()Phillip Wood2022-03-162-21/+27
| * | | | | | | | | Merge branch 'pw/single-key-interactive' into pw/add-p-single-keyJunio C Hamano2022-03-092-6/+31
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-253-5/+31
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | core.fsyncmethod: add writeout-only modeNeeraj Singh2022-03-102-0/+31
| * | | | | | | | | wrapper: make inclusion of Windows csprng header tightly scopedNeeraj Singh2022-03-101-5/+0
| |/ / / / / / / /