summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2021-04-02Merge branch 'jh/simple-ipc'Junio C Hamano
2021-03-22simple-ipc: add Unix domain socket implementationJeff Hostetler
2021-03-15simple-ipc: add win32 implementationJeff Hostetler
2021-03-09Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano
2021-03-04Merge branch 'jk/open-returns-eintr'Junio C Hamano
2021-02-26Makefile: add OPEN_RETURNS_EINTR knobJeff King
2021-02-12Sync with 2.29.3Johannes Schindelin
2021-02-12Sync with 2.28.1Johannes Schindelin
2021-02-12Sync with 2.27.1Johannes Schindelin
2021-02-12Sync with 2.26.3Johannes Schindelin
2021-02-12Sync with 2.25.5Johannes Schindelin
2021-02-12Sync with 2.24.4Johannes Schindelin
2021-02-12Sync with 2.23.4Johannes Schindelin
2021-02-12Sync with 2.22.5Johannes Schindelin
2021-02-12Sync with 2.21.4Johannes Schindelin
2021-02-12Sync with 2.20.5Johannes Schindelin
2021-02-12Sync with 2.19.6Johannes Schindelin
2021-02-12Sync with 2.18.5Johannes Schindelin
2021-02-12Sync with 2.17.6Johannes Schindelin
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares
2021-02-03MacOS: precompose_argv_prefix()Torsten Bögershausen
2020-12-14Merge branch 'da/vs-build-iconv-fix'Junio C Hamano
2020-12-04ci(vs-build): stop passing the iconv library location explicitlyDennis Ameling
2020-11-11compat/bswap.h: don't assume MSVC is little-endianDaniel Gurney
2020-11-09compat/bswap.h: simplify MSVC endianness detectionDaniel Gurney
2020-10-07compat/mingw.h: drop extern from function declarationDenton Liu
2020-10-04Merge branch 'jk/drop-unaligned-loads'Junio C Hamano
2020-09-24bswap.h: drop unaligned loadsJeff King
2020-09-03vcbuild: fix batch file name in READMEOrgad Shaneh
2020-09-03vcbuild: fix library name for expat with make MSVC=1Orgad Shaneh
2020-08-19Merge branch 'jh/mingw-unlink'Junio C Hamano
2020-08-17mingw: improve performance of mingw_unlink()Jeff Hostetler
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-06-18Merge branch 'js/msvc-build-fix'Junio C Hamano
2020-06-04msvc: fix "REG_STARTEND" issueJohannes Schindelin
2020-05-20Merge branch 'cb/no-more-gmtime'Junio C Hamano
2020-05-14compat: remove gmtimeCarlo Marcelo Arenas Belón
2020-05-01Merge branch 'es/bugreport'Junio C Hamano
2020-04-27compat/regex: move stdlib.h up in inclusion chainĐoàn Trần Công Danh
2020-04-22Merge branch 'js/mingw-isilon-nfs'Junio C Hamano
2020-04-22Merge branch 'js/mingw-fixes'Junio C Hamano
2020-04-16bugreport: add compiler infoEmily Shaffer
2020-04-16help: move list_config_help to builtin/helpEmily Shaffer
2020-04-10mingw: cope with the Isilon network file systemNathan Sanders
2020-04-10mingw: help debugging by optionally executing bash with straceJohannes Schindelin
2020-04-08mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin
2020-04-08mingw: use modern strftime implementation if possibleMatthias Aßhauer
2020-03-27run-command: trigger PATH lookup properly on CygwinAndras Kucsma
2020-03-17Merge branch 'js/mingw-open-in-gdb' into maintJunio C Hamano
2020-03-17Merge branch 'am/mingw-poll-fix' into maintJunio C Hamano