summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
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
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen
2019-01-18Merge branch 'rb/hpe'Junio C Hamano
2019-01-14Merge branch 'nd/indentation-fix'Junio C Hamano
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano
2019-01-03git-compat-util.h: add FLOSS headers for HPE NonStopRandall S. Becker
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy
2018-11-21Merge branch 'cc/delta-islands'Junio C Hamano
2018-11-21pack-objects: zero-initialize tree_depth/layer arraysJeff King