summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
2021-02-12Merge branch 'tb/precompose-prefix-too'Junio C Hamano
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
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-12git-compat-util: fix documentation syntaxBeat Bolli
2019-10-09Merge branch 'js/diff-rename-force-stable-sort'Junio C Hamano
2019-10-09Merge branch 'sg/name-rev-cutoff-underflow-fix'Junio C Hamano
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: use *_entry APIs to wrap container_ofEric Wong
2019-10-07introduce container_of macroEric Wong
2019-10-02Move git_sort(), a stable sort, into into libgit.aJohannes Schindelin
2019-09-28name-rev: avoid cutoff timestamp underflowSZEDER Gábor
2019-08-13packfile: drop release_pack_memory()Jeff King
2019-06-25msvc: add a compile-time flag to allow detailed heap debuggingJeff Hostetler
2019-05-13Merge branch 'cc/access-on-aix-workaround'Junio C Hamano
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano
2019-05-08Merge branch 'ss/msvc-path-utils-fix'Junio C Hamano
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2019-04-25git-compat-util: work around for access(X_OK) under rootClément Chigot
2019-04-09MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path()Sven Strickroth
2019-02-22trace2: create new combined trace facilityJeff Hostetler
2019-02-14Merge branch 'nd/fileno-may-be-macro'Junio C Hamano