summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2021-02-12Sync with 2.25.5Johannes Schindelin-0/+2
2021-02-12Sync with 2.24.4Johannes Schindelin-0/+2
2021-02-12Sync with 2.23.4Johannes Schindelin-0/+2
2021-02-12Sync with 2.22.5Johannes Schindelin-0/+2
2021-02-12Sync with 2.21.4Johannes Schindelin-0/+2
2021-02-12Sync with 2.20.5Johannes Schindelin-0/+2
2021-02-12Sync with 2.19.6Johannes Schindelin-0/+2
2021-02-12Sync with 2.18.5Johannes Schindelin-0/+2
2021-02-12Sync with 2.17.6Johannes Schindelin-0/+2
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares-0/+2
2021-02-03MacOS: precompose_argv_prefix()Torsten Bögershausen-20/+34
2020-12-14Merge branch 'da/vs-build-iconv-fix'Junio C Hamano-1/+1
2020-12-04ci(vs-build): stop passing the iconv library location explicitlyDennis Ameling-1/+1
2020-11-11compat/bswap.h: don't assume MSVC is little-endianDaniel Gurney-1/+1
2020-11-09compat/bswap.h: simplify MSVC endianness detectionDaniel Gurney-1/+1
2020-10-07compat/mingw.h: drop extern from function declarationDenton Liu-1/+1
2020-10-04Merge branch 'jk/drop-unaligned-loads'Junio C Hamano-24/+0
2020-09-24bswap.h: drop unaligned loadsJeff King-24/+0
2020-09-03vcbuild: fix batch file name in READMEOrgad Shaneh-2/+2
2020-09-03vcbuild: fix library name for expat with make MSVC=1Orgad Shaneh-1/+1
2020-08-19Merge branch 'jh/mingw-unlink'Junio C Hamano-0/+3
2020-08-17mingw: improve performance of mingw_unlink()Jeff Hostetler-0/+3
2020-07-28strvec: convert more callers away from argv_array nameJeff King-11/+11
2020-06-17Merge branch 'js/msvc-build-fix'Junio C Hamano-1/+3
2020-06-04msvc: fix "REG_STARTEND" issueJohannes Schindelin-1/+3
2020-05-20Merge branch 'cb/no-more-gmtime'Junio C Hamano-29/+0
2020-05-14compat: remove gmtimeCarlo Marcelo Arenas Belón-29/+0
2020-05-01Merge branch 'es/bugreport'Junio C Hamano-2/+43
2020-04-27compat/regex: move stdlib.h up in inclusion chainĐoàn Trần Công Danh-1/+1
2020-04-22Merge branch 'js/mingw-isilon-nfs'Junio C Hamano-2/+15
2020-04-22Merge branch 'js/mingw-fixes'Junio C Hamano-4/+41
2020-04-16bugreport: add compiler infoEmily Shaffer-0/+41
2020-04-16help: move list_config_help to builtin/helpEmily Shaffer-2/+2
2020-04-10mingw: cope with the Isilon network file systemNathan Sanders-2/+15
2020-04-10mingw: help debugging by optionally executing bash with straceJohannes Schindelin-0/+26
2020-04-08mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin-3/+5
2020-04-08mingw: use modern strftime implementation if possibleMatthias Aßhauer-1/+10
2020-03-27run-command: trigger PATH lookup properly on CygwinAndras Kucsma-0/+11
2020-03-17Merge branch 'js/mingw-open-in-gdb' into maintJunio C Hamano-0/+23
2020-03-17Merge branch 'am/mingw-poll-fix' into maintJunio C Hamano-28/+3
2020-03-17Merge branch 'jk/clang-sanitizer-fixes' into maintJunio C Hamano-2/+4
2020-03-09Merge branch 'am/mingw-poll-fix'Junio C Hamano-28/+3
2020-03-02Merge branch 'rs/micro-cleanups'Junio C Hamano-1/+1
2020-02-27mingw: workaround for hangs when sending STDINAlexandr Miloslavskiy-28/+3
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe-1/+1
2020-02-17Merge branch 'js/mingw-open-in-gdb'Junio C Hamano-0/+23
2020-02-14Merge branch 'jk/asan-build-fix' into maintJunio C Hamano-0/+5
2020-02-14mingw: add a helper function to attach GDB to the current processJohannes Schindelin-0/+23
2020-02-12Merge branch 'jk/clang-sanitizer-fixes'Junio C Hamano-2/+4
2020-02-05Merge branch 'js/add-p-leftover-bits'Junio C Hamano-4/+248