Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2020-03-18Merge branch 'js/mingw-open-in-gdb' into maintJunio C Hamano
2020-03-18Merge branch 'am/mingw-poll-fix' into maintJunio C Hamano
2020-03-18Merge branch 'jk/clang-sanitizer-fixes' into maintJunio C Hamano
2020-03-09Merge branch 'am/mingw-poll-fix'Junio C Hamano
2020-03-03Merge branch 'rs/micro-cleanups'Junio C Hamano
2020-02-28mingw: workaround for hangs when sending STDINAlexandr Miloslavskiy
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe
2020-02-18Merge branch 'js/mingw-open-in-gdb'Junio C Hamano
2020-02-14Merge branch 'jk/asan-build-fix' into maintJunio C Hamano
2020-02-14mingw: add a helper function to attach GDB to the current processJohannes Schindelin
2020-02-12Merge branch 'jk/clang-sanitizer-fixes'Junio C Hamano
2020-02-06Merge branch 'js/add-p-leftover-bits'Junio C Hamano
2020-01-31Merge branch 'jk/asan-build-fix'Junio C Hamano
2020-01-29obstack: avoid computing offsets from NULL pointerJeff King
2020-01-17Sync with maintJunio C Hamano
2020-01-17Makefile: use compat regex with SANITIZE=addressJeff King
2020-01-16msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xJohannes Schindelin
2020-01-15built-in add -p: handle Escape sequences more efficientlyJohannes Schindelin
2020-01-15built-in add -p: handle Escape sequences in interactive.singlekey modeJohannes Schindelin
2020-01-15terminal: add a new function to read a single keystrokeJohannes Schindelin
2020-01-15terminal: accommodate Git for Windows' default terminalJohannes Schindelin
2020-01-15terminal: make the code of disable_echo() reusableJohannes Schindelin
2020-01-02Merge branch 'js/mingw-reserved-filenames'Junio C Hamano
2019-12-22mingw: refuse paths containing reserved namesJohannes Schindelin
2019-12-22mingw: short-circuit the conversion of `/dev/null` to UTF-16Johannes Schindelin
2019-12-17Merge branch 'dd/time-reentrancy'Junio C Hamano
2019-12-11Merge branch 'js/mingw-inherit-only-std-handles'Junio C Hamano
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06mingw: sh arguments need quoting in more circumstancesJohannes Schindelin
2019-12-06mingw: fix quoting of empty arguments for `sh`Johannes Schindelin
2019-12-06mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin
2019-12-06mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin
2019-12-05mingw: fix quoting of argumentsJohannes Schindelin
2019-12-02mingw: forbid translating ERROR_SUCCESS to an errno valueJohannes Schindelin
2019-12-02mingw: use {gm,local}time_s as backend for {gm,local}time_rDoan Tran Cong Danh