summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* mingw: simplify PATH handlingrs/mingw-path-lookup-simplifyRené Scharfe2017-05-231-68/+23
* Merge branch 'js/mingw-isatty'Junio C Hamano2017-02-161-0/+4
|\
| * mingw: make stderr unbuffered againjs/mingw-isattyJohannes Schindelin2017-02-141-0/+4
* | Merge branch 'rs/qsort-s'Junio C Hamano2017-01-311-0/+69
|\ \
| * | compat: add qsort_s()René Scharfe2017-01-231-0/+69
| * | Merge branch 'mk/mingw-winansi-ttyname-termination-fix' into maintJunio C Hamano2017-01-171-1/+1
| |\ \
* | \ \ Merge branch 'js/mingw-isatty'Junio C Hamano2017-01-311-7/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | mingw: follow-up to "replace isatty() hack"Johannes Schindelin2017-01-181-7/+4
| |/ /
* | | Merge branch 'js/mingw-isatty'Junio C Hamano2016-12-271-114/+84
|\ \ \ | |/ /
| * | mingw: replace isatty() hackJeff Hostetler2016-12-221-107/+69
| * | mingw: fix colourization on Cygwin pseudo terminalsAlan Davies2016-12-221-2/+6
| * | mingw: adjust is_console() to work with stdinJohannes Schindelin2016-12-221-1/+5
* | | Merge branch 'mk/mingw-winansi-ttyname-termination-fix'Junio C Hamano2016-12-271-1/+1
|\ \ \ | |/ / |/| / | |/
| * mingw: consider that UNICODE_STRING::Length counts bytesmk/mingw-winansi-ttyname-termination-fixMax Kirillov2016-12-201-1/+1
* | mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin2016-12-112-0/+36
* | Merge branch 'rs/compat-strdup' into maintJunio C Hamano2016-09-192-16/+11
|\ \
| * | compat: move strdup(3) replacement to its own filers/compat-strdupRené Scharfe2016-09-072-16/+11
* | | Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maintJunio C Hamano2016-09-081-0/+4
|\ \ \
| * | | mingw: ensure temporary file handles are not inherited by child processesbw/mingw-avoid-inheriting-fd-to-lockfileBen Wijen2016-08-231-0/+4
| |/ /
* | | Merge branch 'js/no-html-bypass-on-windows' into maintJunio C Hamano2016-09-082-45/+0
|\ \ \
| * | | Revert "display HTML in default browser using Windows' shell API"js/no-html-bypass-on-windowsJohannes Schindelin2016-08-192-45/+0
* | | | Merge branch 'jk/common-main' into maintJunio C Hamano2016-09-081-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-061-1/+1
| |\ \ \
| | * | | mingw: declare main()'s argv as constjk/common-main-2.8Johannes Schindelin2016-07-061-1/+1
| | |/ /
* | | | Merge branch 'js/nedmalloc-gcc6-warnings' into maintJunio C Hamano2016-08-101-9/+8
|\ \ \ \
| * | | | nedmalloc: work around overzealous GCC 6 warningjs/nedmalloc-gcc6-warningsRené Scharfe2016-08-051-5/+4
| * | | | nedmalloc: fix misleading indentationJohannes Schindelin2016-08-041-4/+4
* | | | | Merge branch 'ew/daemon-socket-keepalive' into maintJunio C Hamano2016-08-081-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Windows: add missing definition of ENOTSOCKew/daemon-socket-keepaliveJohannes Sixt2016-07-221-0/+3
* | | | | Merge branch 'js/mingw-parameter-less-c-functions' into maintJunio C Hamano2016-07-113-6/+6
|\ \ \ \ \
| * | | | | mingw: let the build succeed with DEVELOPER=1js/mingw-parameter-less-c-functionsJohannes Schindelin2016-06-203-6/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'rj/compat-regex-size-max-fix' into maintJunio C Hamano2016-07-062-2/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | regex: fix a SIZE_MAX macro redefinition warningrj/compat-regex-size-max-fixRamsay Jones2016-06-062-2/+1
| |/ / /
| * | | Merge branch 'kb/msys2-tty' into maintJunio C Hamano2016-06-061-4/+54
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'js/windows-dotgit' into maintJunio C Hamano2016-05-262-3/+74
| |\ \ \
| * \ \ \ Merge branch 'lp/typofixes' into maintJunio C Hamano2016-05-261-1/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'kb/msys2-tty'Junio C Hamano2016-05-291-4/+54
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)kb/msys2-ttyKarsten Blees2016-05-261-4/+54
| |/ / / /
| * | | | Merge branch 'js/win32-mmap' into HEADJunio C Hamano2016-05-181-13/+18
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/push-client-deadlock-fix' into HEADJunio C Hamano2016-05-182-0/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ky/imap-send-openssl-1.1.0' into maintJunio C Hamano2016-05-061-5/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'js/mingw-tests-2.8' into maintJunio C Hamano2016-04-291-7/+2
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano2016-05-182-0/+8
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Windows: only add a no-op pthread_sigmask() when neededjk/push-client-deadlock-fixJohannes Schindelin2016-05-111-0/+2
| * | | | | | | | Windows: add pthread_sigmask() that does nothingJohannes Sixt2016-05-022-0/+6
| * | | | | | | | Merge branch 'jk/tighten-alloc' into maintJunio C Hamano2016-03-104-9/+9
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'js/windows-dotgit'Junio C Hamano2016-05-172-3/+74
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | mingw: remove unnecessary definitionjs/windows-dotgitJohannes Schindelin2016-05-111-3/+0
| * | | | | | | | | mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin2016-05-111-0/+74
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-3/+3
|\ \ \ \ \ \ \ \ \