Age | Commit message (Expand) | Author | Files | Lines |
2018-11-18 | Merge branch 'js/mingw-msdn-url' | Junio C Hamano | 1 | -2/+2 |
2018-11-18 | Merge branch 'js/mingw-create-hard-link' | Junio C Hamano | 1 | -13/+1 |
2018-11-16 | mingw: replace an obsolete link with the superseding one | Johannes Schindelin | 1 | -2/+2 |
2018-11-14 | win32: replace pthread_cond_*() with much simpler code | Loo Rong Jie | 2 | -159/+7 |
2018-11-14 | mingw: use `CreateHardLink()` directly | Johannes Schindelin | 1 | -13/+1 |
2018-11-13 | Merge branch 'sh/mingw-safer-compat-poll' | Junio C Hamano | 1 | -4/+8 |
2018-11-13 | Merge branch 'js/mingw-utf8-env' | Junio C Hamano | 2 | -116/+196 |
2018-11-13 | Merge branch 'js/mingw-perl5lib' | Junio C Hamano | 2 | -1/+60 |
2018-11-13 | Merge branch 'js/mingw-isatty-and-dup2' | Junio C Hamano | 2 | -0/+15 |
2018-11-06 | Merge branch 'js/mingw-ns-filetime' | Junio C Hamano | 2 | -36/+76 |
2018-11-05 | poll: use GetTickCount64() to avoid wrap-around issues | Steve Hoelzer | 1 | -4/+8 |
2018-10-31 | mingw: fix isatty() after dup2() | Johannes Schindelin | 2 | -0/+15 |
2018-10-31 | mingw: unset PERL5LIB by default | Johannes Schindelin | 1 | -1/+34 |
2018-10-31 | config: move Windows-specific config settings into compat/mingw.c | Johannes Schindelin | 1 | -0/+18 |
2018-10-31 | config: allow for platform-specific core.* config settings | Johannes Schindelin | 2 | -0/+8 |
2018-10-31 | mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8) | Johannes Schindelin | 2 | -116/+196 |
2018-10-30 | Merge branch 'cb/compat-mmap-is-private-read-only' | Junio C Hamano | 1 | -1/+1 |
2018-10-30 | Merge branch 'js/mingw-load-sys-dll' | Junio C Hamano | 1 | -1/+2 |
2018-10-30 | Merge branch 'js/mingw-getcwd' | Junio C Hamano | 1 | -2/+48 |
2018-10-26 | Merge branch 'js/mingw-default-ident' | Junio C Hamano | 2 | -7/+55 |
2018-10-25 | compat: make sure git_mmap is not expected to write | Carlo Marcelo Arenas Belón | 1 | -1/+1 |
2018-10-24 | mingw: fix getcwd when the parent directory cannot be queried | Anton Serbulov | 1 | -0/+39 |
2018-10-24 | mingw: ensure `getcwd()` reports the correct case | Johannes Schindelin | 1 | -2/+9 |
2018-10-24 | mingw: load system libraries the recommended way | Johannes Schindelin | 1 | -1/+2 |
2018-10-24 | mingw: implement nanosecond-precision file times | Karsten Blees | 2 | -18/+36 |
2018-10-24 | mingw: replace MSVCRT's fstat() with a Win32-based implementation | Karsten Blees | 1 | -10/+21 |
2018-10-24 | mingw: factor out code to set stat() data | Johannes Schindelin | 1 | -14/+25 |
2018-10-16 | mingw: use domain information for default email | Johannes Schindelin | 2 | -0/+7 |
2018-10-16 | getpwuid(mingw): provide a better default for the user name | Johannes Schindelin | 1 | -1/+31 |
2018-10-16 | getpwuid(mingw): initialize the structure only once | Johannes Schindelin | 1 | -7/+18 |
2018-10-04 | compat/poll: prepare for targeting Windows Vista | Johannes Schindelin | 2 | -3/+18 |
2018-09-24 | Merge branch 'js/mingw-o-append' | Junio C Hamano | 1 | -3/+33 |
2018-09-11 | mingw: fix mingw_open_append to work with named pipes | Jeff Hostetler | 1 | -3/+33 |
2018-08-20 | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 1 | -1/+2 |
2018-08-20 | Merge branch 'js/mingw-o-append' | Junio C Hamano | 1 | -2/+39 |
2018-08-15 | compat/precompose_utf8.h: use more common include guard style | Elijah Newren | 1 | -1/+2 |
2018-08-13 | mingw: enable atomic O_APPEND | Johannes Sixt | 1 | -2/+39 |
2018-07-24 | Merge branch 'nd/command-list' | Junio C Hamano | 1 | -2/+2 |
2018-07-16 | vcbuild/README: update to accommodate for missing common-cmds.h | Johannes Schindelin | 1 | -2/+2 |
2018-04-11 | mingw/msvc: use the new-style RUNTIME_PREFIX helper | Johannes Schindelin | 1 | -3/+2 |
2018-03-19 | mingw: abort on invalid strftime formats | Johannes Schindelin | 2 | -0/+14 |
2017-11-21 | Merge branch 'bp/fsmonitor' | Junio C Hamano | 1 | -0/+22 |
2017-11-15 | Merge branch 'tz/fsf-address-update' | Junio C Hamano | 10 | -28/+18 |
2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 10 | -28/+18 |
2017-11-02 | mingw: optionally redirect stderr/stdout via the same handle | Johannes Schindelin | 1 | -0/+15 |
2017-11-02 | mingw: add experimental feature to redirect standard handles | Johannes Schindelin | 1 | -0/+43 |
2017-10-11 | Merge branch 'ds/avoid-overflow-in-midpoint-computation' | Junio C Hamano | 2 | -3/+3 |
2017-10-10 | cleanup: fix possible overflow errors in binary search | Derrick Stolee | 2 | -3/+3 |
2017-10-07 | Merge branch 'rb/compat-poll-fix' | Junio C Hamano | 1 | -0/+4 |
2017-09-29 | poll.c: always set revents, even if to zero | Randall S. Becker | 1 | -0/+4 |