summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2019-12-06Sync with 2.22.2Johannes Schindelin-11/+133
2019-12-06Sync with 2.21.1Johannes Schindelin-11/+133
2019-12-06mingw: sh arguments need quoting in more circumstancesJohannes Schindelin-2/+3
2019-12-06mingw: fix quoting of empty arguments for `sh`Johannes Schindelin-1/+1
2019-12-06mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin-1/+2
2019-12-06mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin-1/+14
2019-12-06Sync with 2.20.2Johannes Schindelin-6/+113
2019-12-06Sync with 2.19.3Johannes Schindelin-6/+112
2019-12-06Sync with 2.18.2Johannes Schindelin-6/+112
2019-12-06Sync with 2.17.3Johannes Schindelin-6/+112
2019-12-06Sync with 2.16.6Johannes Schindelin-6/+112
2019-12-06Sync with 2.15.4Johannes Schindelin-6/+112
2019-12-06Sync with 2.14.6Johannes Schindelin-6/+112
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin-4/+41
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin-1/+67
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin-2/+26
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin-1/+67
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin-2/+15
2019-12-05mingw: fix quoting of argumentsJohannes Schindelin-3/+6
2019-08-02Merge branch 'js/visual-studio'Junio C Hamano-0/+23
2019-07-29msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin-0/+23
2019-07-29Merge branch 'js/mingw-spawn-with-spaces-in-path' into maintJunio C Hamano-3/+5
2019-07-25Merge branch 'js/mingw-spawn-with-spaces-in-path'Junio C Hamano-3/+5
2019-07-19Merge branch 'kb/mingw-set-home'Junio C Hamano-0/+24
2019-07-16mingw: support spawning programs containing spaces in their namesJohannes Schindelin-3/+5
2019-07-11Merge branch 'js/mingw-use-utf8'Junio C Hamano-8/+16
2019-07-11Merge branch 'cb/windows-manifest'Junio C Hamano-0/+25
2019-07-09Merge branch 'jh/msvc'Junio C Hamano-37/+481
2019-07-08mingw: initialize HOME on startupKarsten Blees-0/+24
2019-07-08mingw: fix possible buffer overrun when calling `GetUserNameW()`Johannes Schindelin-1/+1
2019-06-27mingw: use Unicode functions explicitlyJohannes Schindelin-6/+8
2019-06-27mingw: get pw_name in UTF-8 formatJohannes Schindelin-2/+8
2019-06-27mingw: embed a manifest to trick UAC into Doing The Right ThingCesar Eduardo Barros-0/+25
2019-06-25msvc: avoid debug assertion windows in Debug ModeJohannes Schindelin-0/+4
2019-06-25msvc: do not pretend to support all signalsJeff Hostetler-0/+25
2019-06-25msvc: add pragmas for common warningsPhilip Oakley-0/+4
2019-06-25msvc: add a compile-time flag to allow detailed heap debuggingJeff Hostetler-0/+6
2019-06-25msvc: support building Git using MS Visual C++Jeff Hostetler-5/+371
2019-06-20msvc: fix detect_msys_tty()Jeff Hostetler-0/+13
2019-06-20msvc: define ftello()Jeff Hostetler-0/+2
2019-06-20msvc: do not re-declare the timespec structJeff Hostetler-0/+2
2019-06-20msvc: mark a variable as non-constJeff Hostetler-1/+4
2019-06-20msvc: define O_ACCMODEPhilip Oakley-0/+2
2019-06-20msvc: include sigset_t definitionPhilip Oakley-0/+2
2019-06-20mingw: replace mingw_startup() hackJohannes Schindelin-30/+45
2019-06-20obstack: fix compiler warningJohannes Schindelin-1/+1
2019-06-13winansi: simplify loading the GetCurrentConsoleFontEx() functionJohannes Schindelin-9/+5
2019-06-13poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Johannes Schindelin-1/+1
2019-05-19Merge branch 'tt/no-ipv6-fallback-for-winxp'Junio C Hamano-183/+3
2019-05-13Merge branch 'cc/access-on-aix-workaround'Junio C Hamano-1/+32