Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ | |||||
| * | | | mingw: fix getcwd when the parent directory cannot be queried | Anton Serbulov | 2018-10-24 | 1 | -0/+39 |
| * | | | mingw: ensure `getcwd()` reports the correct case | Johannes Schindelin | 2018-10-24 | 1 | -2/+9 |
| |/ / | |||||
* | | | Merge branch 'js/mingw-default-ident' | Junio C Hamano | 2018-10-26 | 2 | -7/+55 |
|\ \ \ | |/ / |/| | | |||||
| * | | mingw: use domain information for default email | Johannes Schindelin | 2018-10-16 | 2 | -0/+7 |
| * | | getpwuid(mingw): provide a better default for the user name | Johannes Schindelin | 2018-10-16 | 1 | -1/+31 |
| * | | getpwuid(mingw): initialize the structure only once | Johannes Schindelin | 2018-10-16 | 1 | -7/+18 |
| |/ | |||||
* | | compat/poll: prepare for targeting Windows Vista | Johannes Schindelin | 2018-10-04 | 2 | -3/+18 |
* | | Merge branch 'js/mingw-o-append' | Junio C Hamano | 2018-09-24 | 1 | -3/+33 |
|\ \ | |/ |/| | |||||
| * | mingw: fix mingw_open_append to work with named pipes | Jeff Hostetler | 2018-09-11 | 1 | -3/+33 |
* | | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 2018-08-20 | 1 | -1/+2 |
|\ \ | |||||
| * | | compat/precompose_utf8.h: use more common include guard style | Elijah Newren | 2018-08-15 | 1 | -1/+2 |
* | | | Merge branch 'js/mingw-o-append' | Junio C Hamano | 2018-08-20 | 1 | -2/+39 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | mingw: enable atomic O_APPEND | Johannes Sixt | 2018-08-14 | 1 | -2/+39 |
* | | Merge branch 'nd/command-list' | Junio C Hamano | 2018-07-24 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | vcbuild/README: update to accommodate for missing common-cmds.h | Johannes Schindelin | 2018-07-16 | 1 | -2/+2 |
* | | mingw/msvc: use the new-style RUNTIME_PREFIX helper | Johannes Schindelin | 2018-04-11 | 1 | -3/+2 |
|/ | |||||
* | mingw: abort on invalid strftime formats | Johannes Schindelin | 2018-03-19 | 2 | -0/+14 |
* | Merge branch 'bp/fsmonitor' | Junio C Hamano | 2017-11-21 | 1 | -0/+22 |
|\ | |||||
| * | bswap: add 64 bit endianness helper get_be64 | Ben Peart | 2017-09-24 | 1 | -0/+22 |
| * | Merge branch 'rs/win32-syslog-leakfix' | Junio C Hamano | 2017-08-22 | 1 | -0/+2 |
| |\ | |||||
| * \ | Merge branch 'rs/bswap-ubsan-fix' | Junio C Hamano | 2017-08-11 | 1 | -14/+24 |
| |\ \ | |||||
* | \ \ | Merge branch 'tz/fsf-address-update' | Junio C Hamano | 2017-11-15 | 10 | -28/+18 |
|\ \ \ \ | |||||
| * | | | | Replace Free Software Foundation address in license notices | Todd Zullinger | 2017-11-09 | 10 | -28/+18 |
* | | | | | mingw: optionally redirect stderr/stdout via the same handle | Johannes Schindelin | 2017-11-02 | 1 | -0/+15 |