summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2022-05-26fsmonitor-settings: NTFS and FAT32 on MacOS are incompatibleJeff Hostetler-3/+17
2022-05-26fsmonitor-settings: remote repos on Windows are incompatibleJeff Hostetler-0/+102
2022-05-26fsmonitor-settings: remote repos on macOS are incompatibleJeff Hostetler-0/+66
2022-05-26fsmonitor-settings: stub in macOS-specific incompatibility checkingJeff Hostetler-0/+9
2022-05-26fsmonitor-settings: VFS for Git virtual repos are incompatibleJeff Hostetler-0/+26
2022-05-26fsmonitor-settings: stub in Win32-specific incompatibility checkingJeff Hostetler-0/+9
2022-05-26fsm-listen-win32: handle shortnamesJeff Hostetler-54/+332
2022-05-24nedmalloc: avoid new compile errorJohannes Schindelin-1/+0
2022-05-24compat/win32/syslog: fix use-after-reallocJohannes Schindelin-0/+2
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason-6/+2
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-1/+1
2022-05-02Merge branch 'ep/maint-equals-null-cocci' into ep/equals-null-cocciJunio C Hamano-5/+5
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano-5/+5
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-5/+5
2022-04-11Merge tag 'v2.35.2'Junio C Hamano-0/+94
2022-04-06core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh-0/+3
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano-0/+1154
2022-03-30Merge branch 'pw/add-p-single-key'Junio C Hamano-36/+211
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano-5/+31
2022-03-25compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOSJeff Hostetler-0/+383
2022-03-25compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEventJeff Hostetler-0/+116
2022-03-25compat/fsmonitor/fsm-listen-win32: implement FSMonitor backend on WindowsJeff Hostetler-0/+565
2022-03-25compat/fsmonitor/fsm-listen-darwin: stub in backend for DarwinJeff Hostetler-0/+20
2022-03-25compat/fsmonitor/fsm-listen-win32: stub in backend for WindowsJeff Hostetler-0/+70
2022-03-24Sync with 2.34.2Johannes Schindelin-0/+94
2022-03-24Sync with 2.33.2Johannes Schindelin-0/+96
2022-03-24Sync with 2.32.1Johannes Schindelin-0/+96
2022-03-24Sync with 2.31.2Johannes Schindelin-0/+96
2022-03-24Sync with 2.30.3Johannes Schindelin-0/+96
2022-03-21Merge branch 'pw/single-key-interactive'Junio C Hamano-6/+31
2022-03-21Add a function to determine whether a path is owned by the current userJohannes Schindelin-0/+94
2022-03-17mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón-0/+2
2022-03-16terminal: restore settings on SIGTSTPPhillip Wood-3/+129
2022-03-16terminal: work around macos poll() bugPhillip Wood-6/+36
2022-03-16terminal: don't assume stdin is /dev/ttyPhillip Wood-9/+22
2022-03-16terminal: use flags for save_term()Phillip Wood-21/+27
2022-03-10core.fsyncmethod: add writeout-only modeNeeraj Singh-0/+31
2022-03-10wrapper: make inclusion of Windows csprng header tightly scopedNeeraj Singh-5/+0
2022-03-09Merge branch 'pw/single-key-interactive' into pw/add-p-single-keyJunio C Hamano-6/+31
2022-03-01t/helper/test-chmtime: update mingw to support chmtime on directoriesTao Klerks-4/+19
2022-02-23terminal: set VMIN and VTIME in non-canonical modePhillip Wood-1/+9
2022-02-23terminal: pop signal handler when terminal is restoredPhillip Wood-4/+21
2022-02-23terminal: always reset terminal when reading without echoPhillip Wood-1/+1
2022-02-16Merge branch 'ab/auto-detect-zlib-compress2'Junio C Hamano-5/+6
2022-02-11Merge branch 'bc/csprng-mktemps'Junio C Hamano-0/+6
2022-02-05Merge branch 'jc/qsort-s-alignment-fix'Junio C Hamano-10/+4
2022-01-26compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason-5/+6
2022-01-19getcwd(mingw): handle the case when there is no cwdJohannes Schindelin-0/+4
2022-01-17wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson-0/+6
2022-01-12Merge branch 'ma/windows-dynload-fix'Junio C Hamano-9/+12