summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| |/ / / / / / / /
* | | | | | | | | Merge branch 'pw/single-key-interactive'Junio C Hamano2022-03-212-6/+31
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | terminal: set VMIN and VTIME in non-canonical modePhillip Wood2022-02-231-1/+9
| * | | | | | | | terminal: pop signal handler when terminal is restoredPhillip Wood2022-02-232-4/+21
| * | | | | | | | terminal: always reset terminal when reading without echoPhillip Wood2022-02-231-1/+1
* | | | | | | | | t/helper/test-chmtime: update mingw to support chmtime on directoriesTao Klerks2022-03-011-4/+19
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'ab/auto-detect-zlib-compress2'Junio C Hamano2022-02-161-5/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason2022-01-261-5/+6
| |/ / / / / /
* | | | | | | Merge branch 'bc/csprng-mktemps'Junio C Hamano2022-02-111-0/+6
|\ \ \ \ \ \ \
| * | | | | | | wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson2022-01-171-0/+6
* | | | | | | | Merge branch 'jc/qsort-s-alignment-fix'Junio C Hamano2022-02-051-10/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | compat/qsort_s.c: avoid using potentially unaligned accessJunio C Hamano2022-01-071-10/+4
| | |/ / / / / | |/| | | | |
* | | | | | | getcwd(mingw): handle the case when there is no cwdJohannes Schindelin2022-01-191-0/+4
* | | | | | | Merge branch 'ma/windows-dynload-fix'Junio C Hamano2022-01-124-9/+12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | lazyload: use correct calling conventionsMatthias Aßhauer2022-01-094-9/+12
| |/ / / / /
* | | | | | Merge branch 'hn/reftable'Junio C Hamano2021-12-152-0/+96
|\ \ \ \ \ \
| * | | | | | Provide zlib's uncompress2 from compat/zlib-compat.cHan-Wen Nienhuys2021-10-082-0/+96
* | | | | | | Merge branch 'cb/mingw-gmtime-r'Junio C Hamano2021-12-101-0/+2
|\ \ \ \ \ \ \
| * | | | | | | mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2021-11-271-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jc/unsetenv-returns-an-int'Junio C Hamano2021-11-291-1/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | unsetenv(3) returns int, not voidJunio C Hamano2021-10-291-1/+3
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'rs/git-mmap-uses-malloc' into maintJunio C Hamano2021-10-121-1/+6
| |\ \ \ \ \
* | | | | | | simple-ipc: work around issues with Cygwin's Unix socket emulationJohannes Schindelin2021-11-101-0/+22
* | | | | | | Merge branch 'cm/save-restore-terminal'Junio C Hamano2021-10-182-15/+63
|\ \ \ \ \ \ \
| * | | | | | | terminal: teach git how to save/restore its terminal settingsCarlo Marcelo Arenas Belón2021-10-062-15/+63
| |/ / / / / /
* | | | | | | Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano2021-10-132-22/+171
|\ \ \ \ \ \ \
| * | | | | | | simple-ipc/ipc-win32: add Windows ACL to named pipeJeff Hostetler2021-09-201-11/+129
| * | | | | | | simple-ipc/ipc-win32: add trace2 debuggingJeff Hostetler2021-09-201-1/+24
| * | | | | | | simple-ipc: preparations for supporting binary messages.Jeff Hostetler2021-09-202-10/+18