summaryrefslogtreecommitdiffstats
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* 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-proneJonathan Tan2017-09-201-2/+2
* | | | add UNLEAK annotation for reducing leak false positivesJeff King2017-09-081-0/+20
* | | | pack: move release_pack_memory()Jonathan Tan2017-08-231-2/+0
* | | | Merge branch 'rs/move-array'Junio C Hamano2017-08-111-0/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | add MOVE_ARRAYRené Scharfe2017-07-171-0/+8
* | | Merge branch 'tb/push-to-cygwin-unc-path'Junio C Hamano2017-07-181-0/+3
|\ \ \ | |/ / |/| / | |/
| * cygwin: allow pushing to UNC pathsTorsten Bögershausen2017-07-051-0/+3
| * Merge branch 'bw/forking-and-threading' into maintJunio C Hamano2017-06-131-1/+0
| |\
* | | git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULLÆvar Arnfjörð Bjarmason2017-06-151-0/+6
* | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-6/+9
|\ \ \
| * | | wrapper.c: make warn_on_inaccessible() staticNguyễn Thái Ngọc Duy2017-05-261-2/+0
| * | | wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-261-0/+1
| * | | wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy2017-05-261-0/+2
| * | | git_fopen: fix a sparse 'not declared' warningRamsay Jones2017-05-261-4/+6
* | | | Merge branch 'jc/noent-notdir'Junio C Hamano2017-06-131-0/+15
|\ \ \ \
| * | | | compat-util: is_missing_file_error()Junio C Hamano2017-05-301-0/+15
| * | | | Merge branch 'jk/pack-name-cleanups' into maintJunio C Hamano2017-03-281-2/+0
| |\ \ \ \
* | \ \ \ \ Merge branch 'bw/forking-and-threading'Junio C Hamano2017-05-301-1/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | usage.c: drop set_error_handle()Jeff King2017-05-151-1/+0
* | | | | | Merge branch 'jk/bug-to-abort'Junio C Hamano2017-05-291-0/+9
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | usage.c: add BUG() functionJeff King2017-05-151-0/+9
| | |_|_|/ | |/| | |
* | | | | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-161-0/+5
|\ \ \ \ \
| * | | | | use uintmax_t for timestampsJohannes Schindelin2017-04-271-4/+4
| * | | | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-0/+2
| * | | | | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-0/+1
| * | | | | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-231-0/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'dt/raise-core-packed-git-limit'Junio C Hamano2017-05-161-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Increase core.packedGitLimitDavid Turner2017-04-201-1/+1
| |/ / /
* | | | Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-231-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | xgethostname: handle long hostnamesDavid Turner2017-04-181-0/+2
| * | | use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-181-0/+4
| * | | Merge branch 'jk/common-main' into maint-2.10Junio C Hamano2016-12-051-2/+2
| |\ \ \