summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'cc/delta-islands'Junio C Hamano2018-11-211-0/+1
|\ \
| * | pack-objects: zero-initialize tree_depth/layer arraysJeff King2018-11-211-0/+1
* | | git-compat-util: prefer poll.h to sys/poll.hĐoàn Trần Công Danh2018-11-141-1/+4
* | | config: allow for platform-specific core.* config settingsJohannes Schindelin2018-10-311-0/+8
* | | Merge branch 'cb/khash-maybe-unused-function'Junio C Hamano2018-10-301-0/+2
|\ \ \
| * | | commit-slabs: move MAYBE_UNUSED outCarlo Marcelo Arenas Belón2018-10-241-0/+2
* | | | Merge branch 'js/mingw-default-ident'Junio C Hamano2018-10-261-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | mingw: use domain information for default emailJohannes Schindelin2018-10-161-0/+4
| | |/ | |/|
* | | mingw: bump the minimum Windows version to VistaJohannes Schindelin2018-10-041-1/+1
* | | mingw: set _WIN32_WINNT explicitly for Git for WindowsJohannes Schindelin2018-10-041-1/+1
|/ /
* | Merge branch 'js/typofixes'Junio C Hamano2018-08-201-1/+1
|\ \
| * | git-compat-util.h: fix typoJohannes Schindelin2018-08-081-1/+1
* | | automatically ban strcpy()Jeff King2018-07-261-0/+6
| |/ |/|
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+4
|\ \
| * | BUG_exit_code: fix sparse "symbol not declared" warningRamsay Jones2018-05-101-0/+3
| * | Convert remaining die*(BUG) messagesJohannes Schindelin2018-05-061-1/+1
* | | Sync with Git 2.17.1Junio C Hamano2018-05-291-0/+17
|\ \ \
| * \ \ Sync with Git 2.16.4Junio C Hamano2018-05-221-0/+17
| |\ \ \ | | |/ / | |/| |
| | * | Sync with Git 2.15.2Junio C Hamano2018-05-221-0/+17
| | |\ \
| | | * \ Sync with Git 2.14.4Junio C Hamano2018-05-221-0/+17
| | | |\ \
| | | | * \ Sync with Git 2.13.7Junio C Hamano2018-05-221-0/+17
| | | | |\ \
| | | | | * | skip_prefix: add case-insensitive variantJeff King2018-05-211-0/+17
* | | | | | | Merge branch 'nd/repack-keep-pack'Junio C Hamano2018-05-231-0/+4
|\ \ \ \ \ \ \
| * | | | | | | gc --auto: exclude base pack if not enough mem to "repack -ad"Nguyễn Thái Ngọc Duy2018-04-161-0/+4
| |/ / / / / /
* | | | | | | Merge branch 'ls/checkout-encoding'Junio C Hamano2018-05-081-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | strbuf: add a case insensitive starts_with()Lars Schneider2018-03-091-0/+1
| |/ / / / /
* | | | | | wrapper: rename 'template' variablesBrandon Williams2018-02-221-2/+2
|/ / / / /
* | | | | git-compat-util: introduce skip_to_optional_arg()Christian Couder2017-12-111-0/+23
|/ / / /
* | | | Merge branch 'rj/no-sign-compare'Junio C Hamano2017-09-291-2/+4
|\ \ \ \ | |/ / /
| * | | git-compat-util.h: xsize_t() - avoid -Wsign-compare warningsRamsay Jones2017-09-221-2/+4
| * | | Merge branch 'rs/move-array' into maintJunio C Hamano2017-08-231-0/+8
| |\ \ \
* | | | | git-compat-util: make UNLEAK less error-pronejk/leak-checkersJonathan Tan2017-09-201-2/+2