summaryrefslogtreecommitdiffstats
path: root/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/mingw-spawn-with-spaces-in-path' into maintJunio C Hamano2019-07-291-3/+5
|\
| * mingw: support spawning programs containing spaces in their namesJohannes Schindelin2019-07-161-3/+5
* | winansi: simplify loading the GetCurrentConsoleFontEx() functionJohannes Schindelin2019-06-131-9/+5
* | poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Johannes Schindelin2019-06-131-1/+1
|/
* Merge branch 'tt/no-ipv6-fallback-for-winxp'Junio C Hamano2019-05-192-183/+3
|\
| * mingw: remove obsolete IPv6-related codeTanushree Tumane2019-05-072-183/+3
* | Merge branch 'cc/access-on-aix-workaround'Junio C Hamano2019-05-132-1/+32
|\ \
| * | git-compat-util: work around for access(X_OK) under rootClément Chigot2019-04-252-1/+32
* | | trace2: report peak memory usage of the processJeff Hostetler2019-04-161-3/+47
* | | trace2: refactor setting process starting timeJeff Hostetler2019-04-161-0/+2
| |/ |/|
* | Merge branch 'jk/guard-bswap-header'Junio C Hamano2019-03-111-0/+5
|\ \
| * | compat/bswap: add include header guardsJeff King2019-03-061-0/+5
* | | trace2: collect Windows-specific process informationJeff Hostetler2019-02-231-0/+147
* | | trace2: create new combined trace facilityJeff Hostetler2019-02-232-3/+11
| |/ |/|
* | mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin2019-02-151-1/+1
* | Merge branch 'js/mingw-host-cpu'Junio C Hamano2019-02-141-19/+0
|\ \
| * | mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin2019-02-131-19/+0
* | | Merge branch 'nd/fileno-may-be-macro'Junio C Hamano2019-02-141-0/+7
|\ \ \
| * | | git-compat-util: work around fileno(fp) that is a macroDuy Nguyen2019-02-121-0/+7
| | |/ | |/|
* | | Merge branch 'js/mingw-host-cpu'Junio C Hamano2019-02-091-0/+19
|\ \ \ | | |/ | |/|
| * | mingw: fix CPU reporting in `git version --build-options`Johannes Schindelin2019-02-071-0/+19
| |/
* | Merge branch 'js/vsts-ci'Junio C Hamano2019-02-071-1/+1
|\ \
| * | mingw: be more generous when wrapping up the setitimer() emulationJohannes Schindelin2019-01-291-1/+1
* | | Merge branch 'tb/utf-16-le-with-explicit-bom'Junio C Hamano2019-02-071-1/+1
|\ \ \
| * | | Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen2019-01-311-1/+1
| | |/ | |/|
* | | Merge branch 'js/mingw-unc-path-w-backslashes'Junio C Hamano2019-02-051-1/+76
|\ \ \
| * | | mingw: special-case arguments to `sh`Johannes Schindelin2019-01-181-1/+76
* | | | Merge branch 'sg/obstack-cast-function-type-fix'Junio C Hamano2019-02-052-15/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | compat/obstack: fix -Wcast-function-type warningsSZEDER Gábor2019-01-172-15/+20
* | | | Merge branch 'rb/hpe'Junio C Hamano2019-01-181-0/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStopRandall S. Becker2019-01-031-0/+8
| | |/ | |/|
* | | Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano2019-01-156-69/+49
|\ \ \ | |/ / |/| |
| * | git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen2018-12-276-69/+49
| * | Merge branch 'js/mingw-o-append' into maintJunio C Hamano2018-11-211-3/+33
| |\ \
* | \ \ Merge branch 'ss/msvc-strcasecmp'Junio C Hamano2018-12-011-7/+1
|\ \ \ \
| * | | | msvc: directly use MS version (_stricmp) of strcasecmpSven Strickroth2018-11-201-7/+1
| |/ / /
* | | | Merge branch 'js/mingw-msdn-url'Junio C Hamano2018-11-181-2/+2
|\ \ \ \
| * | | | mingw: replace an obsolete link with the superseding oneJohannes Schindelin2018-11-161-2/+2
| |/ / /
* | | | Merge branch 'js/mingw-create-hard-link'Junio C Hamano2018-11-181-13/+1
|\ \ \ \
| * | | | mingw: use `CreateHardLink()` directlyJohannes Schindelin2018-11-141-13/+1
* | | | | win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie2018-11-142-159/+7
|/ / / /
* | | | Merge branch 'sh/mingw-safer-compat-poll'Junio C Hamano2018-11-131-4/+8
|\ \ \ \
| * | | | poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer2018-11-051-4/+8
* | | | | Merge branch 'js/mingw-utf8-env'Junio C Hamano2018-11-132-116/+196
|\ \ \ \ \
| * | | | | mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Johannes Schindelin2018-10-312-116/+196
| | |/ / / | |/| | |
* | | | | Merge branch 'js/mingw-perl5lib'Junio C Hamano2018-11-132-1/+60
|\ \ \ \ \
| * | | | | mingw: unset PERL5LIB by defaultJohannes Schindelin2018-10-311-1/+34
| * | | | | config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin2018-10-311-0/+18
| * | | | | config: allow for platform-specific core.* config settingsJohannes Schindelin2018-10-312-0/+8
| | |/ / / | |/| | |
* | | | | Merge branch 'js/mingw-isatty-and-dup2'Junio C Hamano2018-11-132-0/+15
|\ \ \ \ \