summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dd/time-reentrancy'Junio C Hamano2019-12-161-6/+6
|\
| * mingw: use {gm,local}time_s as backend for {gm,local}time_rDoan Tran Cong Danh2019-12-011-6/+6
* | Merge branch 'js/mingw-inherit-only-std-handles'Junio C Hamano2019-12-102-12/+145
|\ \
| * | mingw: forbid translating ERROR_SUCCESS to an errno valueJohannes Schindelin2019-12-021-0/+1
| * | mingw: do set `errno` correctly when trying to restrict handle inheritanceJohannes Schindelin2019-11-301-1/+5
| * | mingw: restrict file handle inheritance only on Windows 7 and laterJohannes Schindelin2019-11-231-1/+21
| * | mingw: spawned processes need to inherit only standard handlesJohannes Schindelin2019-11-231-11/+109
| * | mingw: work around incorrect standard handlesJohannes Schindelin2019-11-231-1/+11
| |/
* | Sync with Git 2.24.1Junio C Hamano2019-12-094-11/+133
|\ \
| * \ Sync with 2.23.1Johannes Schindelin2019-12-064-11/+133
| |\ \ | | |/ | |/|
| | * Sync with 2.22.2Johannes Schindelin2019-12-064-11/+133
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-064-11/+133
| | | |\
| | | | * mingw: sh arguments need quoting in more circumstancesJohannes Schindelin2019-12-061-2/+3
| | | | * mingw: fix quoting of empty arguments for `sh`Johannes Schindelin2019-12-061-1/+1
| | | | * mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin2019-12-061-1/+2
| | | | * mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin2019-12-061-1/+14
| | | | * Sync with 2.20.2Johannes Schindelin2019-12-064-6/+113
| | | | |\
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-062-6/+112
| | | | | |\
| | | | | | * Sync with 2.18.2Johannes Schindelin2019-12-062-6/+112
| | | | | | |\
| | | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-062-6/+112
| | | | | | | |\
| | | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-062-6/+112
| | | | | | | | |\
| | | | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-062-6/+112
| | | | | | | | | |\
| | | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-062-6/+112
| | | | | | | | | | |\
| | | | | | | | | | | * Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin2019-12-052-4/+41
| | | | | | | | | | | |\
| | | | | | | | | | | | * mingw: handle `subst`-ed "DOS drives"Johannes Schindelin2019-12-052-2/+26
| | | | | | | | | | | | * mingw: refuse to access paths with illegal charactersJohannes Schindelin2019-12-052-2/+15
| | | | | | | | | | | * | Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin2019-12-052-1/+67
| | | | | | | | | | | |\ \ | | | | | | | | | | | | |/
| | | | | | | | | | | | * mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2019-12-052-1/+67
| | | | | | | | | | | * | mingw: fix quoting of argumentsJohannes Schindelin2019-12-051-3/+6
| | | | | | | | | | | |/
| | | | | | | | | | | * Merge branch 'rb/compat-poll-fix' into maintJunio C Hamano2017-10-181-0/+4
| | | | | | | | | | | |\
| | | | | | | | | | * | \ Merge branch 'tz/fsf-address-update' into maintJunio C Hamano2017-11-2110-28/+18
| | | | | | | | | | |\ \ \
| | | * | | | | | | | \ \ \ Merge branch 'js/mingw-spawn-with-spaces-in-path' into maintJunio C Hamano2019-07-291-3/+5
| | | |\ \ \ \ \ \ \ \ \ \ \
* | | | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/use-copy-array-in-mingw-shell-command-preparation'Junio C Hamano2019-12-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | mingw: use COPY_ARRAY for copying arrayRené Scharfe2019-11-131-1/+1
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'en/doc-typofix'Junio C Hamano2019-12-018-11/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix spelling errors in no-longer-updated-from-upstream modulesElijah Newren2019-11-106-9/+9
| * | | | | | | | | | | | | | Fix spelling errors in code commentsElijah Newren2019-11-102-2/+2
* | | | | | | | | | | | | | | Merge branch 'js/mingw-needs-hiding-fix'Junio C Hamano2019-10-301-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | mingw: avoid a buffer overrun in `needs_hiding()`Johannes Schindelin2019-10-281-0/+2
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'dl/compat-cleanup'Junio C Hamano2019-10-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pthread.h: manually align parameter listsDenton Liu2019-10-111-1/+1
* | | | | | | | | | | | | | | Merge branch 'js/azure-pipelines-msvc'Junio C Hamano2019-10-154-2/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | msvc: work around a bug in GetEnvironmentVariable()Johannes Schindelin2019-10-061-0/+2
| * | | | | | | | | | | | | | | msvc: handle DEVELOPER=1Johannes Schindelin2019-10-061-0/+46
| * | | | | | | | | | | | | | | msvc: ignore some libraries when linkingJohannes Schindelin2019-10-061-1/+1
| * | | | | | | | | | | | | | | compat/win32/path-utils.h: add #include guardsJohannes Schindelin2019-10-061-0/+5
| * | | | | | | | | | | | | | | winansi: use FLEX_ARRAY to avoid compiler warningJohannes Schindelin2019-10-061-1/+1
* | | | | | | | | | | | | | | | Merge branch 'js/diff-rename-force-stable-sort'Junio C Hamano2019-10-092-70/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Move git_sort(), a stable sort, into into libgit.aJohannes Schindelin2019-10-022-70/+3
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'ar/mingw-run-external-with-non-ascii-path'Junio C Hamano2019-09-301-4/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \