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
AgeCommit message (Expand)Author
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.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-07-25Merge branch 'js/mingw-spawn-with-spaces-in-path'Junio C Hamano
2019-07-19Merge branch 'kb/mingw-set-home'Junio C Hamano
2019-07-16mingw: support spawning programs containing spaces in their namesJohannes Schindelin
2019-07-12Merge branch 'js/mingw-use-utf8'Junio C Hamano
2019-07-09mingw: initialize HOME on startupKarsten Blees
2019-07-08mingw: fix possible buffer overrun when calling `GetUserNameW()`Johannes Schindelin
2019-06-27mingw: use Unicode functions explicitlyJohannes Schindelin
2019-06-27mingw: get pw_name in UTF-8 formatJohannes Schindelin
2019-06-25msvc: avoid debug assertion windows in Debug ModeJohannes Schindelin
2019-06-25msvc: do not pretend to support all signalsJeff Hostetler
2019-06-25msvc: add a compile-time flag to allow detailed heap debuggingJeff Hostetler
2019-06-25msvc: support building Git using MS Visual C++Jeff Hostetler
2019-06-21msvc: mark a variable as non-constJeff Hostetler
2019-06-21mingw: replace mingw_startup() hackJohannes Schindelin
2019-05-19Merge branch 'tt/no-ipv6-fallback-for-winxp'Junio C Hamano
2019-05-07mingw: remove obsolete IPv6-related codeTanushree Tumane
2019-04-16trace2: refactor setting process starting timeJeff Hostetler
2019-02-23trace2: create new combined trace facilityJeff Hostetler
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin
2019-02-07Merge branch 'js/vsts-ci'Junio C Hamano
2019-01-29mingw: be more generous when wrapping up the setitimer() emulationJohannes Schindelin
2019-01-19mingw: special-case arguments to `sh`Johannes Schindelin
2019-01-15Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano
2018-12-27git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen
2018-11-18Merge branch 'js/mingw-msdn-url'Junio C Hamano
2018-11-16mingw: replace an obsolete link with the superseding oneJohannes Schindelin
2018-11-14mingw: use `CreateHardLink()` directlyJohannes Schindelin
2018-11-13Merge branch 'js/mingw-utf8-env'Junio C Hamano
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano
2018-11-06Merge branch 'js/mingw-ns-filetime'Junio C Hamano
2018-10-31mingw: unset PERL5LIB by defaultJohannes Schindelin
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin