Age | Commit message (Expand) | Author | Files | Lines |
2019-02-06 | Merge branch 'js/vsts-ci' | Junio C Hamano | 1 | -1/+1 |
2019-01-29 | mingw: be more generous when wrapping up the setitimer() emulation | Johannes Schindelin | 1 | -1/+1 |
2019-01-18 | mingw: special-case arguments to `sh` | Johannes Schindelin | 1 | -1/+76 |
2019-01-14 | Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin' | Junio C Hamano | 1 | -28/+1 |
2018-12-26 | git clone <url> C:\cygwin\home\USER\repo' is working (again) | Torsten Bögershausen | 1 | -28/+1 |
2018-11-18 | Merge branch 'js/mingw-msdn-url' | Junio C Hamano | 1 | -2/+2 |
2018-11-16 | mingw: replace an obsolete link with the superseding one | Johannes Schindelin | 1 | -2/+2 |
2018-11-14 | mingw: use `CreateHardLink()` directly | Johannes Schindelin | 1 | -13/+1 |
2018-11-13 | Merge branch 'js/mingw-utf8-env' | Junio C Hamano | 1 | -112/+168 |
2018-11-13 | Merge branch 'js/mingw-perl5lib' | Junio C Hamano | 1 | -1/+57 |
2018-11-06 | Merge branch 'js/mingw-ns-filetime' | Junio C Hamano | 1 | -26/+50 |
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 | 1 | -0/+5 |
2018-10-31 | mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8) | Johannes Schindelin | 1 | -112/+168 |
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 | 1 | -7/+53 |
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 | 1 | -8/+10 |
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 | 1 | -0/+5 |
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-09-11 | mingw: fix mingw_open_append to work with named pipes | Jeff Hostetler | 1 | -3/+33 |
2018-08-13 | mingw: enable atomic O_APPEND | Johannes Sixt | 1 | -2/+39 |
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 | 1 | -0/+11 |
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-06-13 | Merge branch 'nd/fopen-errors' | Junio C Hamano | 1 | -0/+2 |
2017-06-02 | mingw_fopen: report ENOENT for invalid file names | Johannes Sixt | 1 | -0/+2 |
2017-05-23 | mingw: simplify PATH handling | René Scharfe | 1 | -68/+23 |
2016-08-25 | Merge branch 'js/no-html-bypass-on-windows' | Junio C Hamano | 1 | -42/+0 |
2016-08-19 | Revert "display HTML in default browser using Windows' shell API" | Johannes Schindelin | 1 | -42/+0 |
2016-06-20 | mingw: let the build succeed with DEVELOPER=1 | Johannes Schindelin | 1 | -3/+3 |
2016-05-26 | Merge branch 'js/windows-dotgit' into maint | Junio C Hamano | 1 | -0/+74 |
2016-05-11 | mingw: introduce the 'core.hideDotFiles' setting | Johannes Schindelin | 1 | -0/+74 |
2016-04-04 | Windows: shorten code by re-using convert_slashes() | Johannes Sixt | 1 | -7/+2 |
2016-03-04 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -1/+1 |
2016-02-29 | compat/mingw: brown paper bag fix for 50a6c8e | Jeff King | 1 | -1/+1 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -5/+5 |
2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 1 | -2/+2 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -3/+3 |
2016-02-17 | Merge branch 'js/mingw-tests' | Junio C Hamano | 1 | -14/+77 |
2016-02-05 | Merge branch 'js/dirname-basename' into maint | Junio C Hamano | 1 | -9/+12 |
2016-02-03 | Merge branch 'js/dirname-basename' | Junio C Hamano | 1 | -9/+12 |