summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
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-12-02mingw: forbid translating ERROR_SUCCESS to an errno valueLibravatar Johannes Schindelin1-0/+1
2019-12-01mingw: use {gm,local}time_s as backend for {gm,local}time_rLibravatar Doan Tran Cong Danh1-6/+6
2019-12-01Merge branch 'rs/use-copy-array-in-mingw-shell-command-preparation'Libravatar Junio C Hamano1-1/+1
2019-12-01Merge branch 'en/doc-typofix'Libravatar Junio C Hamano8-11/+11
2019-11-30mingw: do set `errno` correctly when trying to restrict handle inheritanceLibravatar Johannes Schindelin1-1/+5
2019-11-23mingw: restrict file handle inheritance only on Windows 7 and laterLibravatar Johannes Schindelin1-1/+21
2019-11-23mingw: spawned processes need to inherit only standard handlesLibravatar Johannes Schindelin1-11/+109
2019-11-23mingw: work around incorrect standard handlesLibravatar Johannes Schindelin1-1/+11
2019-11-13mingw: use COPY_ARRAY for copying arrayLibravatar René Scharfe1-1/+1
2019-11-10Fix spelling errors in no-longer-updated-from-upstream modulesLibravatar Elijah Newren6-9/+9
2019-11-10Fix spelling errors in code commentsLibravatar Elijah Newren2-2/+2
2019-10-30Merge branch 'js/mingw-needs-hiding-fix'Libravatar Junio C Hamano1-0/+2
2019-10-28mingw: avoid a buffer overrun in `needs_hiding()`Libravatar Johannes Schindelin1-0/+2
2019-10-18Merge branch 'dl/compat-cleanup'Libravatar Junio C Hamano1-1/+1
2019-10-15Merge branch 'js/azure-pipelines-msvc'Libravatar Junio C Hamano4-2/+55
2019-10-11pthread.h: manually align parameter listsLibravatar Denton Liu1-1/+1
2019-10-09Merge branch 'js/diff-rename-force-stable-sort'Libravatar Junio C Hamano2-70/+3
2019-10-06msvc: work around a bug in GetEnvironmentVariable()Libravatar Johannes Schindelin1-0/+2
2019-10-06msvc: handle DEVELOPER=1Libravatar Johannes Schindelin1-0/+46
2019-10-06msvc: ignore some libraries when linkingLibravatar Johannes Schindelin1-1/+1
2019-10-06compat/win32/path-utils.h: add #include guardsLibravatar Johannes Schindelin1-0/+5
2019-10-06winansi: use FLEX_ARRAY to avoid compiler warningLibravatar Johannes Schindelin1-1/+1
2019-10-02Move git_sort(), a stable sort, into into libgit.aLibravatar Johannes Schindelin2-70/+3
2019-09-30Merge branch 'ar/mingw-run-external-with-non-ascii-path'Libravatar Junio C Hamano1-4/+11
2019-09-30Merge branch 'dl/compat-cleanup'Libravatar Junio C Hamano3-8/+8
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu2-6/+6
2019-09-05mingw: apply array.cocci ruleLibravatar Denton Liu1-2/+2
2019-08-26mingw: fix launching of externals from Unicode pathsLibravatar Adam Roben1-4/+11
2019-08-22Merge branch 'rs/nedalloc-fixlets'Libravatar Junio C Hamano1-3/+3
2019-08-07nedmalloc: avoid compiler warning about unused valueLibravatar René Scharfe1-2/+2
2019-08-07nedmalloc: do assignments only after the declaration sectionLibravatar René Scharfe1-1/+1
2019-08-02Merge branch 'js/visual-studio'Libravatar Junio C Hamano1-0/+23