summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Merge branch 'cc/access-on-aix-workaround'Junio C Hamano1-1/+11
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano1-66/+66
2019-05-09Merge branch 'ss/msvc-path-utils-fix'Junio C Hamano1-0/+1
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-2/+2
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu1-10/+10
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-54/+54
2019-04-25git-compat-util: work around for access(X_OK) under rootClément Chigot1-1/+11
2019-04-09MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path()Sven Strickroth1-0/+1
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-0/+7
2019-02-13Merge branch 'nd/fileno-may-be-macro'Junio C Hamano1-0/+8
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen1-0/+8
2019-01-18Merge branch 'rb/hpe'Junio C Hamano1-0/+13
2019-01-14Merge branch 'nd/indentation-fix'Junio C Hamano1-1/+1
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano1-1/+2
2019-01-03git-compat-util.h: add FLOSS headers for HPE NonStopRandall S. Becker1-0/+13
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen1-1/+2
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy1-1/+1
2018-11-21Merge branch 'cc/delta-islands'Junio C Hamano1-0/+1
2018-11-21pack-objects: zero-initialize tree_depth/layer arraysJeff King1-0/+1
2018-11-14git-compat-util: prefer poll.h to sys/poll.hĐoàn Trần Công Danh1-1/+4
2018-10-31config: allow for platform-specific core.* config settingsJohannes Schindelin1-0/+8
2018-10-30Merge branch 'cb/khash-maybe-unused-function'Junio C Hamano1-0/+2
2018-10-26Merge branch 'js/mingw-default-ident'Junio C Hamano1-0/+4
2018-10-24commit-slabs: move MAYBE_UNUSED outCarlo Marcelo Arenas Belón1-0/+2
2018-10-16mingw: use domain information for default emailJohannes Schindelin1-0/+4
2018-10-04mingw: bump the minimum Windows version to VistaJohannes Schindelin1-1/+1
2018-10-04mingw: set _WIN32_WINNT explicitly for Git for WindowsJohannes Schindelin1-1/+1
2018-08-20Merge branch 'js/typofixes'Junio C Hamano1-1/+1
2018-08-08git-compat-util.h: fix typoJohannes Schindelin1-1/+1
2018-07-26automatically ban strcpy()Jeff King1-0/+6
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-1/+4
2018-05-29Sync with Git 2.17.1Junio C Hamano1-0/+17
2018-05-23Merge branch 'nd/repack-keep-pack'Junio C Hamano1-0/+4
2018-05-22Sync with Git 2.16.4Junio C Hamano1-0/+17
2018-05-22Sync with Git 2.15.2Junio C Hamano1-0/+17
2018-05-22Sync with Git 2.14.4Junio C Hamano1-0/+17
2018-05-22Sync with Git 2.13.7Junio C Hamano1-0/+17
2018-05-21skip_prefix: add case-insensitive variantJeff King1-0/+17
2018-05-10BUG_exit_code: fix sparse "symbol not declared" warningRamsay Jones1-0/+3
2018-05-08Merge branch 'ls/checkout-encoding'Junio C Hamano1-0/+1
2018-05-06Convert remaining die*(BUG) messagesJohannes Schindelin1-1/+1
2018-04-16gc --auto: exclude base pack if not enough mem to "repack -ad"Nguyễn Thái Ngọc Duy1-0/+4
2018-03-09strbuf: add a case insensitive starts_with()Lars Schneider1-0/+1
2018-02-22wrapper: rename 'template' variablesBrandon Williams1-2/+2
2017-12-11git-compat-util: introduce skip_to_optional_arg()Christian Couder1-0/+23
2017-09-29Merge branch 'rj/no-sign-compare'Junio C Hamano1-2/+4
2017-09-22git-compat-util.h: xsize_t() - avoid -Wsign-compare warningsRamsay Jones1-2/+4
2017-09-20git-compat-util: make UNLEAK less error-proneJonathan Tan1-2/+2
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King1-0/+20
2017-08-23pack: move release_pack_memory()Jonathan Tan1-2/+0