summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
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
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