summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
2021-04-13Merge branch 'tb/precompose-prefix-simplify'Junio C Hamano
2021-04-06precompose_utf8: make precompose_string_if_needed() publicTorsten Bögershausen
2021-03-22Merge branch 'jk/open-dotgitx-with-nofollow'Junio C Hamano
2021-03-13git-compat-util.h: drop trailing semicolon from macro definitionRené Scharfe
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-16add open_nofollow() helperJeff King
2021-02-12Merge branch 'tb/precompose-prefix-too'Junio C Hamano
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.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
2021-01-28git-compat-util: always enable variadic macrosJeff King
2020-12-18Merge branch 'jc/compat-util-setitimer-fix'Junio C Hamano
2020-12-15compat-util: pretend that stub setitimer() always succeedsJunio C Hamano
2020-11-30Merge branch 'hn/sleep-millisec-decl'Junio C Hamano
2020-11-25move sleep_millisec to git-compat-util.hHan-Wen Nienhuys
2020-11-02Merge branch 'jk/report-fn-typedef'Junio C Hamano
2020-10-16usage: define a type for a reporting functionJeff King
2020-08-07compat-util: type-check parameters of no-op replacement functionsJunio C Hamano
2020-07-07Merge branch 'bc/sha-256-part-2'Junio C Hamano
2020-05-27wrapper: add function to compare strings with different NUL terminationbrian m. carlson
2020-05-20Merge branch 'cb/no-more-gmtime'Junio C Hamano
2020-05-14compat: remove gmtimeCarlo Marcelo Arenas Belón
2020-03-27run-command: trigger PATH lookup properly on CygwinAndras Kucsma
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin
2019-11-25git-compat-util.h: drop the `PRIuMAX` and other fallback definitionsHariom Verma
2019-10-18Merge branch 'bb/compat-util-comment-fix'Junio C Hamano