Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-07 | 1 | -0/+5 |
* | | trace2: collect Windows-specific process information | Jeff Hostetler | 2019-02-22 | 1 | -0/+147 |
* | | trace2: create new combined trace facility | Jeff Hostetler | 2019-02-22 | 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-13 | 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-13 | 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-08 | 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-06 | 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-06 | 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-14 | 6 | -69/+49 |
|\ \ \ | |/ / |/| | | |||||
| * | | git clone <url> C:\cygwin\home\USER\repo' is working (again) | Torsten Bögershausen | 2018-12-26 | 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 |
|\ \ \ \ \ | |||||
| * | | | | | mingw: fix isatty() after dup2() | Johannes Schindelin | 2018-10-31 | 2 | -0/+15 |
| |/ / / / | |||||
* | | | | | Merge branch 'js/mingw-ns-filetime' | Junio C Hamano | 2018-11-06 | 2 | -36/+76 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | mingw: implement nanosecond-precision file times | Karsten Blees | 2018-10-24 | 2 | -18/+36 |
| * | | | | mingw: replace MSVCRT's fstat() with a Win32-based implementation | Karsten Blees | 2018-10-24 | 1 | -10/+21 |
| * | | | | mingw: factor out code to set stat() data | Johannes Schindelin | 2018-10-24 | 1 | -14/+25 |
* | | | | | Merge branch 'cb/compat-mmap-is-private-read-only' | Junio C Hamano | 2018-10-30 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | compat: make sure git_mmap is not expected to write | Carlo Marcelo Arenas Belón | 2018-10-25 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'js/mingw-load-sys-dll' | Junio C Hamano | 2018-10-30 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | mingw: load system libraries the recommended way | Johannes Schindelin | 2018-10-24 | 1 | -1/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'js/mingw-getcwd' | Junio C Hamano | 2018-10-30 | 1 | -2/+48 |
|\ \ \ \ \ |