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
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-07-29Merge branch 'js/mingw-spawn-with-spaces-in-path' into maintJunio C Hamano
2019-07-16mingw: support spawning programs containing spaces in their namesJohannes Schindelin
2019-06-13winansi: simplify loading the GetCurrentConsoleFontEx() functionJohannes Schindelin
2019-06-13poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Johannes Schindelin
2019-05-19Merge branch 'tt/no-ipv6-fallback-for-winxp'Junio C Hamano
2019-05-13Merge branch 'cc/access-on-aix-workaround'Junio C Hamano
2019-05-07mingw: remove obsolete IPv6-related codeTanushree Tumane
2019-04-25git-compat-util: work around for access(X_OK) under rootClément Chigot
2019-04-16trace2: report peak memory usage of the processJeff Hostetler
2019-04-16trace2: refactor setting process starting timeJeff Hostetler
2019-03-11Merge branch 'jk/guard-bswap-header'Junio C Hamano
2019-03-07compat/bswap: add include header guardsJeff King
2019-02-23trace2: collect Windows-specific process informationJeff Hostetler
2019-02-23trace2: create new combined trace facilityJeff Hostetler
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin
2019-02-14Merge branch 'js/mingw-host-cpu'Junio C Hamano
2019-02-14Merge branch 'nd/fileno-may-be-macro'Junio C Hamano
2019-02-14mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen
2019-02-09Merge branch 'js/mingw-host-cpu'Junio C Hamano
2019-02-08mingw: fix CPU reporting in `git version --build-options`Johannes Schindelin
2019-02-07Merge branch 'js/vsts-ci'Junio C Hamano
2019-02-07Merge branch 'tb/utf-16-le-with-explicit-bom'Junio C Hamano
2019-02-06Merge branch 'js/mingw-unc-path-w-backslashes'Junio C Hamano
2019-02-06Merge branch 'sg/obstack-cast-function-type-fix'Junio C Hamano
2019-01-31Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen
2019-01-29mingw: be more generous when wrapping up the setitimer() emulationJohannes Schindelin
2019-01-19Merge branch 'rb/hpe'Junio C Hamano
2019-01-19mingw: special-case arguments to `sh`Johannes Schindelin
2019-01-17compat/obstack: fix -Wcast-function-type warningsSZEDER Gábor
2019-01-15Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano
2019-01-04compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStopRandall S. Becker