summaryrefslogtreecommitdiffstats
path: root/git-compat-util.h
AgeCommit message (Expand)AuthorLines
2021-02-12Sync with 2.20.5Johannes Schindelin-0/+5
2021-02-12Sync with 2.19.6Johannes Schindelin-0/+5
2021-02-12Sync with 2.18.5Johannes Schindelin-0/+5
2021-02-12Sync with 2.17.6Johannes Schindelin-0/+5
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares-0/+5
2019-12-06Sync with 2.20.2Johannes Schindelin-0/+4
2019-12-06Sync with 2.19.3Johannes Schindelin-0/+4
2019-12-06Sync with 2.18.2Johannes Schindelin-0/+4
2019-12-06Sync with 2.17.3Johannes Schindelin-0/+4
2019-12-06Sync with 2.16.6Johannes Schindelin-0/+4
2019-12-06Sync with 2.15.4Johannes Schindelin-0/+4
2019-12-06Sync with 2.14.6Johannes Schindelin-0/+4
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin-0/+4
2019-02-13Merge branch 'nd/fileno-may-be-macro'Junio C Hamano-0/+8
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen-0/+8
2019-01-18Merge branch 'rb/hpe'Junio C Hamano-0/+13
2019-01-14Merge branch 'nd/indentation-fix'Junio C Hamano-1/+1
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano-1/+2
2019-01-03git-compat-util.h: add FLOSS headers for HPE NonStopRandall S. Becker-0/+13
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen-1/+2
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy-1/+1
2018-11-21Merge branch 'cc/delta-islands'Junio C Hamano-0/+1
2018-11-21pack-objects: zero-initialize tree_depth/layer arraysJeff King-0/+1
2018-11-14git-compat-util: prefer poll.h to sys/poll.hĐoàn Trần Công Danh-1/+4
2018-10-31config: allow for platform-specific core.* config settingsJohannes Schindelin-0/+8
2018-10-30Merge branch 'cb/khash-maybe-unused-function'Junio C Hamano-0/+2
2018-10-26Merge branch 'js/mingw-default-ident'Junio C Hamano-0/+4
2018-10-24commit-slabs: move MAYBE_UNUSED outCarlo Marcelo Arenas Belón-0/+2
2018-10-16mingw: use domain information for default emailJohannes Schindelin-0/+4
2018-10-04mingw: bump the minimum Windows version to VistaJohannes Schindelin-1/+1
2018-10-04mingw: set _WIN32_WINNT explicitly for Git for WindowsJohannes Schindelin-1/+1
2018-08-20Merge branch 'js/typofixes'Junio C Hamano-1/+1
2018-08-08git-compat-util.h: fix typoJohannes Schindelin-1/+1
2018-07-26automatically ban strcpy()Jeff King-0/+6
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano-1/+4
2018-05-29Sync with Git 2.17.1Junio C Hamano-0/+17
2018-05-23Merge branch 'nd/repack-keep-pack'Junio C Hamano-0/+4
2018-05-22Sync with Git 2.16.4Junio C Hamano-0/+17
2018-05-22Sync with Git 2.15.2Junio C Hamano-0/+17
2018-05-22Sync with Git 2.14.4Junio C Hamano-0/+17
2018-05-22Sync with Git 2.13.7Junio C Hamano-0/+17
2018-05-21skip_prefix: add case-insensitive variantJeff King-0/+17
2018-05-10BUG_exit_code: fix sparse "symbol not declared" warningRamsay Jones-0/+3
2018-05-08Merge branch 'ls/checkout-encoding'Junio C Hamano-0/+1
2018-05-06Convert remaining die*(BUG) messagesJohannes Schindelin-1/+1
2018-04-16gc --auto: exclude base pack if not enough mem to "repack -ad"Nguyễn Thái Ngọc Duy-0/+4
2018-03-09strbuf: add a case insensitive starts_with()Lars Schneider-0/+1
2018-02-22wrapper: rename 'template' variablesBrandon Williams-2/+2
2017-12-11git-compat-util: introduce skip_to_optional_arg()Christian Couder-0/+23
2017-09-29Merge branch 'rj/no-sign-compare'Junio C Hamano-2/+4