Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/mingw-spawn-with-spaces-in-path' into maint | Junio C Hamano | 2019-07-29 | 1 | -3/+5 |
|\ | |||||
| * | mingw: support spawning programs containing spaces in their names | Johannes Schindelin | 2019-07-16 | 1 | -3/+5 |
* | | winansi: simplify loading the GetCurrentConsoleFontEx() function | Johannes Schindelin | 2019-06-13 | 1 | -9/+5 |
* | | poll (mingw): allow compiling with GCC 8 and DEVELOPER=1 | Johannes Schindelin | 2019-06-13 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'tt/no-ipv6-fallback-for-winxp' | Junio C Hamano | 2019-05-19 | 2 | -183/+3 |
|\ | |||||
| * | mingw: remove obsolete IPv6-related code | Tanushree Tumane | 2019-05-07 | 2 | -183/+3 |
* | | Merge branch 'cc/access-on-aix-workaround' | Junio C Hamano | 2019-05-13 | 2 | -1/+32 |
|\ \ | |||||
| * | | git-compat-util: work around for access(X_OK) under root | Clément Chigot | 2019-04-25 | 2 | -1/+32 |
* | | | trace2: report peak memory usage of the process | Jeff Hostetler | 2019-04-16 | 1 | -3/+47 |
* | | | trace2: refactor setting process starting time | Jeff Hostetler | 2019-04-16 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Merge branch 'jk/guard-bswap-header' | Junio C Hamano | 2019-03-11 | 1 | -0/+5 |
|\ \ | |||||
| * | | compat/bswap: add include header guards | Jeff King | 2019-03-06 | 1 | -0/+5 |
* | | | trace2: collect Windows-specific process information | Jeff Hostetler | 2019-02-23 | 1 | -0/+147 |
* | | | trace2: create new combined trace facility | Jeff Hostetler | 2019-02-23 | 2 | -3/+11 |
| |/ |/| | |||||
* | | mingw: safe-guard a bit more against getenv() problems | Johannes Schindelin | 2019-02-15 | 1 | -1/+1 |
* | | Merge branch 'js/mingw-host-cpu' | Junio C Hamano | 2019-02-14 | 1 | -19/+0 |
|\ \ | |||||
| * | | mingw: use a more canonical method to fix the CPU reporting | Johannes Schindelin | 2019-02-13 | 1 | -19/+0 |
* | | | Merge branch 'nd/fileno-may-be-macro' | Junio C Hamano | 2019-02-14 | 1 | -0/+7 |
|\ \ \ | |||||
| * | | | git-compat-util: work around fileno(fp) that is a macro | Duy Nguyen | 2019-02-12 | 1 | -0/+7 |
| | |/ | |/| | |||||
* | | | Merge branch 'js/mingw-host-cpu' | Junio C Hamano | 2019-02-09 | 1 | -0/+19 |
|\ \ \ | | |/ | |/| | |||||
| * | | mingw: fix CPU reporting in `git version --build-options` | Johannes Schindelin | 2019-02-07 | 1 | -0/+19 |
| |/ | |||||
* | | Merge branch 'js/vsts-ci' | Junio C Hamano | 2019-02-07 | 1 | -1/+1 |
|\ \ | |||||
| * | | mingw: be more generous when wrapping up the setitimer() emulation | Johannes Schindelin | 2019-01-29 | 1 | -1/+1 |
* | | | Merge branch 'tb/utf-16-le-with-explicit-bom' | Junio C Hamano | 2019-02-07 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Support working-tree-encoding "UTF-16LE-BOM" | Torsten Bögershausen | 2019-01-31 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'js/mingw-unc-path-w-backslashes' | Junio C Hamano | 2019-02-05 | 1 | -1/+76 |
|\ \ \ | |||||
| * | | | mingw: special-case arguments to `sh` | Johannes Schindelin | 2019-01-18 | 1 | -1/+76 |
* | | | | Merge branch 'sg/obstack-cast-function-type-fix' | Junio C Hamano | 2019-02-05 | 2 | -15/+20 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | compat/obstack: fix -Wcast-function-type warnings | SZEDER Gábor | 2019-01-17 | 2 | -15/+20 |
* | | | | Merge branch 'rb/hpe' | Junio C Hamano | 2019-01-18 | 1 | -0/+8 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop | Randall S. Becker | 2019-01-03 | 1 | -0/+8 |
| | |/ | |/| | |||||
* | | | Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin' | Junio C Hamano | 2019-01-15 | 6 | -69/+49 |
|\ \ \ | |/ / |/| | | |||||
| * | | git clone <url> C:\cygwin\home\USER\repo' is working (again) | Torsten Bögershausen | 2018-12-27 | 6 | -69/+49 |
| * | | Merge branch 'js/mingw-o-append' into maint | Junio C Hamano | 2018-11-21 | 1 | -3/+33 |
| |\ \ | |||||
* | \ \ | Merge branch 'ss/msvc-strcasecmp' | Junio C Hamano | 2018-12-01 | 1 | -7/+1 |
|\ \ \ \ | |||||
| * | | | | msvc: directly use MS version (_stricmp) of strcasecmp | Sven Strickroth | 2018-11-20 | 1 | -7/+1 |
| |/ / / | |||||
* | | | | Merge branch 'js/mingw-msdn-url' | Junio C Hamano | 2018-11-18 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | mingw: replace an obsolete link with the superseding one | Johannes Schindelin | 2018-11-16 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge branch 'js/mingw-create-hard-link' | Junio C Hamano | 2018-11-18 | 1 | -13/+1 |
|\ \ \ \ | |||||
| * | | | | mingw: use `CreateHardLink()` directly | Johannes Schindelin | 2018-11-14 | 1 | -13/+1 |
* | | | | | win32: replace pthread_cond_*() with much simpler code | Loo Rong Jie | 2018-11-14 | 2 | -159/+7 |
|/ / / / | |||||
* | | | | Merge branch 'sh/mingw-safer-compat-poll' | Junio C Hamano | 2018-11-13 | 1 | -4/+8 |
|\ \ \ \ | |||||
| * | | | | poll: use GetTickCount64() to avoid wrap-around issues | Steve Hoelzer | 2018-11-05 | 1 | -4/+8 |
* | | | | | Merge branch 'js/mingw-utf8-env' | Junio C Hamano | 2018-11-13 | 2 | -116/+196 |
|\ \ \ \ \ | |||||
| * | | | | | mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8) | Johannes Schindelin | 2018-10-31 | 2 | -116/+196 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'js/mingw-perl5lib' | Junio C Hamano | 2018-11-13 | 2 | -1/+60 |
|\ \ \ \ \ | |||||
| * | | | | | mingw: unset PERL5LIB by default | Johannes Schindelin | 2018-10-31 | 1 | -1/+34 |
| * | | | | | config: move Windows-specific config settings into compat/mingw.c | Johannes Schindelin | 2018-10-31 | 1 | -0/+18 |
| * | | | | | config: allow for platform-specific core.* config settings | Johannes Schindelin | 2018-10-31 | 2 | -0/+8 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'js/mingw-isatty-and-dup2' | Junio C Hamano | 2018-11-13 | 2 | -0/+15 |
|\ \ \ \ \ |