summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rb/hpe'Junio C Hamano2019-01-181-0/+8
|\
| * compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStopRandall S. Becker2019-01-031-0/+8
* | Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano2019-01-146-69/+49
|\ \ | |/ |/|
| * git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen2018-12-266-69/+49
| * Merge branch 'js/mingw-o-append' into maintJunio C Hamano2018-11-211-3/+33
| |\
* | \ Merge branch 'ss/msvc-strcasecmp'Junio C Hamano2018-12-011-7/+1
|\ \ \
| * | | msvc: directly use MS version (_stricmp) of strcasecmpSven Strickroth2018-11-201-7/+1
| |/ /
* | | Merge branch 'js/mingw-msdn-url'Junio C Hamano2018-11-181-2/+2
|\ \ \
| * | | mingw: replace an obsolete link with the superseding oneJohannes Schindelin2018-11-161-2/+2
| |/ /
* | | Merge branch 'js/mingw-create-hard-link'Junio C Hamano2018-11-181-13/+1
|\ \ \
| * | | mingw: use `CreateHardLink()` directlyJohannes Schindelin2018-11-141-13/+1
* | | | win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie2018-11-142-159/+7
|/ / /
* | | Merge branch 'sh/mingw-safer-compat-poll'Junio C Hamano2018-11-131-4/+8
|\ \ \
| * | | poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer2018-11-051-4/+8
* | | | Merge branch 'js/mingw-utf8-env'Junio C Hamano2018-11-132-116/+196
|\ \ \ \
| * | | | mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Johannes Schindelin2018-10-312-116/+196
| | |/ / | |/| |
* | | | Merge branch 'js/mingw-perl5lib'Junio C Hamano2018-11-132-1/+60
|\ \ \ \
| * | | | mingw: unset PERL5LIB by defaultJohannes Schindelin2018-10-311-1/+34
| * | | | config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin2018-10-311-0/+18
| * | | | config: allow for platform-specific core.* config settingsJohannes Schindelin2018-10-312-0/+8
| | |/ / | |/| |
* | | | Merge branch 'js/mingw-isatty-and-dup2'Junio C Hamano2018-11-132-0/+15
|\ \ \ \
| * | | | mingw: fix isatty() after dup2()Johannes Schindelin2018-10-312-0/+15
| |/ / /
* | | | Merge branch 'js/mingw-ns-filetime'Junio C Hamano2018-11-062-36/+76
|\ \ \ \ | |/ / / |/| | |
| * | | mingw: implement nanosecond-precision file timesKarsten Blees2018-10-242-18/+36
| * | | mingw: replace MSVCRT's fstat() with a Win32-based implementationKarsten Blees2018-10-241-10/+21
| * | | mingw: factor out code to set stat() dataJohannes Schindelin2018-10-241-14/+25
* | | | Merge branch 'cb/compat-mmap-is-private-read-only'Junio C Hamano2018-10-301-1/+1
|\ \ \ \
| * | | | compat: make sure git_mmap is not expected to writeCarlo Marcelo Arenas Belón2018-10-251-1/+1
| | |/ / | |/| |
* | | | Merge branch 'js/mingw-load-sys-dll'Junio C Hamano2018-10-301-1/+2
|\ \ \ \
| * | | | mingw: load system libraries the recommended wayJohannes Schindelin2018-10-241-1/+2
| | |/ / | |/| |
* | | | Merge branch 'js/mingw-getcwd'Junio C Hamano2018-10-301-2/+48
|\ \ \ \
| * | | | mingw: fix getcwd when the parent directory cannot be queriedAnton Serbulov2018-10-241-0/+39
| * | | | mingw: ensure `getcwd()` reports the correct caseJohannes Schindelin2018-10-241-2/+9
| |/ / /
* | | | Merge branch 'js/mingw-default-ident'Junio C Hamano2018-10-262-7/+55
|\ \ \ \ | |/ / / |/| | |
| * | | mingw: use domain information for default emailJohannes Schindelin2018-10-162-0/+7
| * | | getpwuid(mingw): provide a better default for the user nameJohannes Schindelin2018-10-161-1/+31
| * | | getpwuid(mingw): initialize the structure only onceJohannes Schindelin2018-10-161-7/+18
| |/ /
* | | compat/poll: prepare for targeting Windows VistaJohannes Schindelin2018-10-042-3/+18
* | | Merge branch 'js/mingw-o-append'Junio C Hamano2018-09-241-3/+33
|\ \ \ | |/ / |/| / | |/
| * mingw: fix mingw_open_append to work with named pipesJeff Hostetler2018-09-111-3/+33
* | Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-1/+2
|\ \
| * | compat/precompose_utf8.h: use more common include guard styleElijah Newren2018-08-151-1/+2
* | | Merge branch 'js/mingw-o-append'Junio C Hamano2018-08-201-2/+39
|\ \ \ | |/ / |/| / | |/
| * mingw: enable atomic O_APPENDJohannes Sixt2018-08-131-2/+39
* | Merge branch 'nd/command-list'Junio C Hamano2018-07-241-2/+2
|\ \ | |/ |/|
| * vcbuild/README: update to accommodate for missing common-cmds.hJohannes Schindelin2018-07-161-2/+2
* | mingw/msvc: use the new-style RUNTIME_PREFIX helperJohannes Schindelin2018-04-111-3/+2
|/
* mingw: abort on invalid strftime formatsJohannes Schindelin2018-03-192-0/+14
* Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-0/+22
|\
| * bswap: add 64 bit endianness helper get_be64Ben Peart2017-09-241-0/+22