summaryrefslogtreecommitdiff
path: root/compat/mingw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/micro-cleanups'Junio C Hamano2020-03-021-1/+1
|\
| * use strpbrk(3) to search for characters from a given setRené Scharfe2020-02-241-1/+1
* | Merge branch 'js/mingw-open-in-gdb'Junio C Hamano2020-02-171-0/+13
|\ \ | |/ |/|
| * mingw: add a helper function to attach GDB to the current processJohannes Schindelin2020-02-141-0/+13
* | Merge branch 'js/mingw-reserved-filenames'Junio C Hamano2020-01-021-20/+102
|\ \
| * | mingw: refuse paths containing reserved namesJohannes Schindelin2019-12-211-14/+90
| * | mingw: short-circuit the conversion of `/dev/null` to UTF-16Johannes Schindelin2019-12-211-10/+16
| |/
* | 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-101-11/+134
|\ \ \
| * | | 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
| |/ /
* | | Sync with Git 2.24.1Junio C Hamano2019-12-091-9/+92
|\ \ \ | | |/ | |/|
| * | Sync with 2.23.1Johannes Schindelin2019-12-061-9/+92
| |\ \ | | |/ | |/|
| | * Sync with 2.22.2Johannes Schindelin2019-12-061-9/+92
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-061-9/+92
| | | |\
| | | | * 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-061-4/+72
| | | | |\
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-4/+96
| | | | | |\
| | | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-4/+96
| | | | | | |\
| | | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-4/+96
| | | | | | | |\
| | | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-4/+96
| | | | | | | | |\
| | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-4/+96
| | | | | | | | | |\
| | | | | | | | | | * Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin2019-12-051-0/+34
| | | | | | | | | | |\
| | | | | | | | | | | * mingw: handle `subst`-ed "DOS drives"Johannes Schindelin2019-12-051-0/+24
| | | | | | | | | | | * mingw: refuse to access paths with illegal charactersJohannes Schindelin2019-12-051-0/+10
| | | | | | | | | | * | Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin2019-12-051-1/+56
| | | | | | | | | | |\ \ | | | | | | | | | | | |/
| | | | | | | | | | | * mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2019-12-051-1/+56
| | | | | | | | | | * | mingw: fix quoting of argumentsJohannes Schindelin2019-12-051-3/+6
| | | | | | | | | | |/
* | | | | | | | | | | 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 '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 'js/azure-pipelines-msvc'Junio C Hamano2019-10-151-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | msvc: work around a bug in GetEnvironmentVariable()Johannes Schindelin2019-10-061-0/+2
* | | | | | | | | | | Merge branch 'js/diff-rename-force-stable-sort'Junio C Hamano2019-10-091-8/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Move git_sort(), a stable sort, into into libgit.aJohannes Schindelin2019-10-021-8/+3
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ar/mingw-run-external-with-non-ascii-path'Junio C Hamano2019-09-301-4/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mingw: fix launching of externals from Unicode pathsAdam Roben2019-08-261-4/+11
| |/ / / / / / / / / /
* | | | | | | | | | | mingw: apply array.cocci ruleDenton Liu2019-09-051-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'js/mingw-spawn-with-spaces-in-path'Junio C Hamano2019-07-251-3/+5
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | mingw: support spawning programs containing spaces in their namesJohannes Schindelin2019-07-161-3/+5
* | | | | | | | | | Merge branch 'kb/mingw-set-home'Junio C Hamano2019-07-191-0/+24
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | mingw: initialize HOME on startupKarsten Blees2019-07-081-0/+24
| |/ / / / / / / /
* | | | | | | | | Merge branch 'js/mingw-use-utf8'Junio C Hamano2019-07-111-3/+9
|\ \ \ \ \ \ \ \ \