Age | Commit message (Expand) | Author | Files | Lines |
2017-06-02 | Merge branch 'js/bs-is-a-dir-sep-on-windows' | Junio C Hamano | 1 | -1/+5 |
2017-05-23 | mingw.h: permit arguments with side effects for is_dir_sep | Johannes Sixt | 1 | -1/+5 |
2016-12-11 | mingw: intercept isatty() to handle /dev/null as Git expects it | Johannes Schindelin | 1 | -0/+3 |
2016-09-08 | Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maint | Junio C Hamano | 1 | -0/+4 |
2016-09-08 | Merge branch 'js/no-html-bypass-on-windows' into maint | Junio C Hamano | 1 | -3/+0 |
2016-09-08 | Merge branch 'jk/common-main' into maint | Junio C Hamano | 1 | -1/+1 |
2016-08-23 | mingw: ensure temporary file handles are not inherited by child processes | Ben Wijen | 1 | -0/+4 |
2016-08-19 | Revert "display HTML in default browser using Windows' shell API" | Johannes Schindelin | 1 | -3/+0 |
2016-08-08 | Merge branch 'ew/daemon-socket-keepalive' into maint | Junio C Hamano | 1 | -0/+3 |
2016-07-22 | Windows: add missing definition of ENOTSOCK | Johannes Sixt | 1 | -0/+3 |
2016-07-06 | mingw: declare main()'s argv as const | Johannes Schindelin | 1 | -1/+1 |
2016-06-20 | mingw: let the build succeed with DEVELOPER=1 | Johannes Schindelin | 1 | -2/+2 |
2016-05-26 | Merge branch 'js/windows-dotgit' into maint | Junio C Hamano | 1 | -3/+0 |
2016-05-18 | Merge branch 'jk/push-client-deadlock-fix' into HEAD | Junio C Hamano | 1 | -0/+1 |
2016-05-11 | mingw: remove unnecessary definition | Johannes Schindelin | 1 | -3/+0 |
2016-05-02 | Windows: add pthread_sigmask() that does nothing | Johannes Sixt | 1 | -0/+1 |
2016-03-30 | MSVC: use shipped headers instead of fallback definitions | Sven Strickroth | 1 | -1/+1 |
2016-03-23 | config --show-origin: report paths with forward slashes | Johannes Schindelin | 1 | -0/+6 |
2016-02-05 | Merge branch 'js/dirname-basename' into maint | Junio C Hamano | 1 | -1/+4 |
2016-02-03 | Merge branch 'js/dirname-basename' | Junio C Hamano | 1 | -1/+4 |
2016-01-25 | mingw: avoid linking to the C library's isalpha() | Johannes Sixt | 1 | -6/+1 |
2016-01-15 | mingw: avoid redefining S_* constants | Johannes Schindelin | 1 | -0/+4 |
2016-01-14 | compat/mingw: support MSys2-based MinGW build | Johannes Schindelin | 1 | -1/+23 |
2016-01-12 | Refactor skipping DOS drive prefixes | Johannes Schindelin | 1 | -1/+9 |
2015-12-21 | mingw: emulate write(2) that fails with a EPIPE | Johannes Schindelin | 1 | -0/+3 |
2015-05-26 | Merge branch 'nd/untracked-cache' | Junio C Hamano | 1 | -0/+9 |
2015-04-15 | compat/mingw: stubs for getpgid() and tcgetpgrp() | Johannes Sixt | 1 | -2/+6 |
2015-03-12 | mingw32: add uname() | Nguyễn Thái Ngọc Duy | 1 | -0/+9 |
2014-09-22 | mingw.h: add dummy functions for sigset_t operations | Johannes Sixt | 1 | -1/+6 |
2014-07-30 | Merge branch 'sk/mingw-uni-fix-more' | Junio C Hamano | 1 | -6/+5 |
2014-07-21 | Merge branch 'sk/mingw-uni-fix' | Junio C Hamano | 1 | -4/+14 |
2014-07-21 | Win32: don't copy the environment twice when spawning child processes | Karsten Blees | 1 | -6/+2 |
2014-07-21 | Win32: fix environment memory leaks | Karsten Blees | 1 | -0/+1 |
2014-07-21 | Win32: Unicode environment (incoming) | Karsten Blees | 1 | -0/+2 |
2014-07-16 | MinGW: fix compile error due to missing ELOOP | Karsten Blees | 1 | -0/+3 |
2014-07-15 | Win32: Unicode file name support (except dirent) | Karsten Blees | 1 | -4/+14 |
2014-06-10 | Win32: fix broken pipe detection | Karsten Blees | 1 | -2/+0 |
2014-06-10 | Win32: Thread-safe windows console output | Karsten Blees | 1 | -8/+4 |
2014-06-10 | Win32: add Unicode conversion functions | Karsten Blees | 1 | -0/+104 |
2014-06-10 | Win32: support Unicode console output | Karsten Blees | 1 | -0/+2 |
2014-06-10 | mingw: avoid const warning | Stepan Kasal | 1 | -1/+1 |
2014-06-10 | Win32: move main macro to a function | Karsten Blees | 1 | -10/+4 |
2014-06-10 | Windows: allow using UNC path for git repository | Cezary Zawadka | 1 | -0/+2 |
2014-01-17 | mingw: remove mingw_write | Erik Faye-Lund | 1 | -3/+0 |
2013-09-24 | Merge branch 'kb/msvc-compile' | Jonathan Nieder | 1 | -4/+26 |
2013-09-19 | compat/mingw.h: define PRId64 | Johannes Sixt | 1 | -0/+1 |
2013-09-11 | MinGW: Fix stat definitions to work with MinGW runtime version 4.0 | Sebastian Schuberth | 1 | -0/+9 |
2013-09-11 | MSVC: fix stat definition hell | Karsten Blees | 1 | -4/+11 |
2013-09-11 | MSVC: fix compile errors due to macro redefinitions | Karsten Blees | 1 | -0/+6 |
2013-04-28 | sparse: Fix mingw_main() argument number/type errors | Ramsay Jones | 1 | -2/+2 |