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-07-10Merge branch 'jh/msvc'Junio C Hamano
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 pragmas for common warningsPhilip Oakley
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: fix detect_msys_tty()Jeff Hostetler
2019-06-21msvc: define ftello()Jeff Hostetler
2019-06-21msvc: do not re-declare the timespec structJeff Hostetler
2019-06-21msvc: mark a variable as non-constJeff Hostetler
2019-06-21msvc: define O_ACCMODEPhilip Oakley
2019-06-21msvc: include sigset_t definitionPhilip Oakley
2019-06-21mingw: replace mingw_startup() hackJohannes Schindelin
2019-06-21obstack: fix compiler warningJohannes 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
2018-12-27git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen
2018-12-01Merge branch 'ss/msvc-strcasecmp'Junio C Hamano
2018-11-21Merge branch 'js/mingw-o-append' into maintJunio C Hamano
2018-11-20msvc: directly use MS version (_stricmp) of strcasecmpSven Strickroth
2018-11-18Merge branch 'js/mingw-msdn-url'Junio C Hamano
2018-11-18Merge branch 'js/mingw-create-hard-link'Junio C Hamano