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