summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2021-02-12Sync with 2.21.4Libravatar Johannes Schindelin1-0/+2
2021-02-12Sync with 2.20.5Libravatar Johannes Schindelin1-0/+2
2021-02-12Sync with 2.19.6Libravatar Johannes Schindelin1-0/+2
2021-02-12Sync with 2.18.5Libravatar Johannes Schindelin1-0/+2
2021-02-12Sync with 2.17.6Libravatar Johannes Schindelin1-0/+2
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathLibravatar Matheus Tavares1-0/+2
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin4-11/+133
2019-12-06mingw: sh arguments need quoting in more circumstancesLibravatar Johannes Schindelin1-2/+3
2019-12-06mingw: fix quoting of empty arguments for `sh`Libravatar Johannes Schindelin1-1/+1
2019-12-06mingw: use MSYS2 quoting even when spawning shell scriptsLibravatar Johannes Schindelin1-1/+2
2019-12-06mingw: detect when MSYS2's sh is to be spawned more robustlyLibravatar Johannes Schindelin1-1/+14
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin4-6/+113
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin2-6/+112
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin2-6/+112
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin2-6/+112
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin2-6/+112
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin2-6/+112
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin2-6/+112
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Libravatar Johannes Schindelin2-4/+41
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Libravatar Johannes Schindelin2-1/+67
2019-12-05mingw: handle `subst`-ed "DOS drives"Libravatar Johannes Schindelin2-2/+26
2019-12-05mingw: refuse to access paths with trailing spaces or periodsLibravatar Johannes Schindelin2-1/+67
2019-12-05mingw: refuse to access paths with illegal charactersLibravatar Johannes Schindelin2-2/+15
2019-12-05mingw: fix quoting of argumentsLibravatar Johannes Schindelin1-3/+6
2019-07-29Merge branch 'js/mingw-spawn-with-spaces-in-path' into maintLibravatar Junio C Hamano1-3/+5
2019-07-16mingw: support spawning programs containing spaces in their namesLibravatar Johannes Schindelin1-3/+5
2019-06-13winansi: simplify loading the GetCurrentConsoleFontEx() functionLibravatar Johannes Schindelin1-9/+5
2019-06-13poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Libravatar Johannes Schindelin1-1/+1
2019-05-19Merge branch 'tt/no-ipv6-fallback-for-winxp'Libravatar Junio C Hamano2-183/+3
2019-05-13Merge branch 'cc/access-on-aix-workaround'Libravatar Junio C Hamano2-1/+32
2019-05-07mingw: remove obsolete IPv6-related codeLibravatar Tanushree Tumane2-183/+3
2019-04-25git-compat-util: work around for access(X_OK) under rootLibravatar Clément Chigot2-1/+32
2019-04-16trace2: report peak memory usage of the processLibravatar Jeff Hostetler1-3/+47
2019-04-16trace2: refactor setting process starting timeLibravatar Jeff Hostetler1-0/+2
2019-03-11Merge branch 'jk/guard-bswap-header'Libravatar Junio C Hamano1-0/+5
2019-03-07compat/bswap: add include header guardsLibravatar Jeff King1-0/+5
2019-02-22trace2: collect Windows-specific process informationLibravatar Jeff Hostetler1-0/+147
2019-02-22trace2: create new combined trace facilityLibravatar Jeff Hostetler2-3/+11
2019-02-15mingw: safe-guard a bit more against getenv() problemsLibravatar Johannes Schindelin1-1/+1
2019-02-13Merge branch 'js/mingw-host-cpu'Libravatar Junio C Hamano1-19/+0
2019-02-13Merge branch 'nd/fileno-may-be-macro'Libravatar Junio C Hamano1-0/+7
2019-02-13mingw: use a more canonical method to fix the CPU reportingLibravatar Johannes Schindelin1-19/+0
2019-02-12git-compat-util: work around fileno(fp) that is a macroLibravatar Duy Nguyen1-0/+7
2019-02-08Merge branch 'js/mingw-host-cpu'Libravatar Junio C Hamano1-0/+19
2019-02-07mingw: fix CPU reporting in `git version --build-options`Libravatar Johannes Schindelin1-0/+19
2019-02-06Merge branch 'js/vsts-ci'Libravatar Junio C Hamano1-1/+1
2019-02-06Merge branch 'tb/utf-16-le-with-explicit-bom'Libravatar Junio C Hamano1-1/+1
2019-02-05Merge branch 'js/mingw-unc-path-w-backslashes'Libravatar Junio C Hamano1-1/+76
2019-02-05Merge branch 'sg/obstack-cast-function-type-fix'Libravatar Junio C Hamano2-15/+20
2019-01-31Support working-tree-encoding "UTF-16LE-BOM"Libravatar Torsten Bögershausen1-1/+1