summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/report-fn-typedef'Junio C Hamano2020-11-021-5/+7
|\
| * usage: define a type for a reporting functionJeff King2020-10-161-5/+7
* | compat-util: type-check parameters of no-op replacement functionsJunio C Hamano2020-08-061-5/+15
|/
* Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-0/+6
|\
| * wrapper: add function to compare strings with different NUL terminationbrian m. carlson2020-05-271-0/+6
* | Merge branch 'cb/no-more-gmtime'Junio C Hamano2020-05-201-7/+0
|\ \ | |/ |/|
| * compat: remove gmtimeCarlo Marcelo Arenas Belón2020-05-141-7/+0
* | run-command: trigger PATH lookup properly on CygwinAndras Kucsma2020-03-271-0/+8
|/
* Sync with Git 2.24.1Junio C Hamano2019-12-091-0/+4
|\
| * Sync with 2.23.1Johannes Schindelin2019-12-061-0/+4
| |\
| | * Sync with 2.22.2Johannes Schindelin2019-12-061-0/+4
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-061-0/+4
| | | |\
| | | | * Sync with 2.20.2Johannes Schindelin2019-12-061-0/+4
| | | | |\
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-0/+4
| | | | | |\
| | | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-0/+4
| | | | | | |\
| | | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-0/+4
| | | | | | | |\
| | | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-0/+4
| | | | | | | | |\
| | | | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-0/+4
| | | | | | | | | |\
| | | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-0/+4
| | | | | | | | | | |\
| | | | | | | | | | | * mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2019-12-051-0/+4
* | | | | | | | | | | | git-compat-util.h: drop the `PRIuMAX` and other fallback definitionsHariom Verma2019-11-251-20/+0
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'bb/compat-util-comment-fix'Junio C Hamano2019-10-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-compat-util: fix documentation syntaxBeat Bolli2019-10-121-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-0/+38
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong2019-10-071-0/+13
| * | | | | | | | | | | hashmap: use *_entry APIs to wrap container_ofEric Wong2019-10-071-0/+15
| * | | | | | | | | | | introduce container_of macroEric Wong2019-10-071-0/+10
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'js/diff-rename-force-stable-sort'Junio C Hamano2019-10-091-3/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Move git_sort(), a stable sort, into into libgit.aJohannes Schindelin2019-10-021-3/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'sg/name-rev-cutoff-underflow-fix'Junio C Hamano2019-10-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | name-rev: avoid cutoff timestamp underflowSZEDER Gábor2019-09-281-0/+1
| |/ / / / / / / / / /
* | | | | | | | | | | packfile: drop release_pack_memory()Jeff King2019-08-131-3/+0
|/ / / / / / / / / /
* | | | | | | | | | msvc: add a compile-time flag to allow detailed heap debuggingJeff Hostetler2019-06-251-0/+9
|/ / / / / / / / /
* | | | | | | | | Merge branch 'cc/access-on-aix-workaround'Junio C Hamano2019-05-131-1/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-compat-util: work around for access(X_OK) under rootClément Chigot2019-04-251-1/+11
| |/ / / / / / / /
* | | | | | | | | Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-131-66/+66
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | *.[ch]: manually align parameter listsDenton Liu2019-05-051-2/+2
| * | | | | | | | | *.[ch]: remove extern from function declarations using sedDenton Liu2019-05-051-10/+10
| * | | | | | | | | *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-54/+54
* | | | | | | | | | Merge branch 'ss/msvc-path-utils-fix'Junio C Hamano2019-05-091-0/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path()Sven Strickroth2019-04-091-0/+1
* | | | | | | | | | trace2: create new combined trace facilityJeff Hostetler2019-02-221-0/+7
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'nd/fileno-may-be-macro'Junio C Hamano2019-02-131-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-compat-util: work around fileno(fp) that is a macroDuy Nguyen2019-02-121-0/+8
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rb/hpe'Junio C Hamano2019-01-181-0/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-compat-util.h: add FLOSS headers for HPE NonStopRandall S. Becker2019-01-031-0/+13
| |/ / / / / / / /
* | | | | | | | | Merge branch 'nd/indentation-fix'Junio C Hamano2019-01-141-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Indent code with TABsNguyễn Thái Ngọc Duy2018-12-091-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano2019-01-141-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / /
| * | | | | | | git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen2018-12-261-1/+2
| |/ / / / / /