summaryrefslogtreecommitdiff
path: root/bisect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/object-id'Junio C Hamano2017-04-191-22/+21
|\
| * Rename sha1_array to oid_arraybrian m. carlson2017-03-311-8/+8
| * Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-311-4/+3
| * Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson2017-03-311-7/+7
| * Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-2/+2
| * sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-7/+7
| * Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-261-1/+1
* | replace unchecked snprintf calls with heap buffersJeff King2017-03-301-3/+5
|/
* Merge branch 'mm/two-more-xstrfmt'Junio C Hamano2017-02-271-4/+5
|\
| * bisect_next_all: convert xsnprintf to xstrfmtmm/two-more-xstrfmtMaxim Moseychuk2017-02-161-4/+5
* | bisect: improve English grammar of not-ancestors messageAlex Henrie2016-12-051-1/+1
|/
* use QSORTRené Scharfe2016-09-291-1/+1
* Merge branch 'jk/printf-format'Junio C Hamano2016-07-191-1/+4
|\
| * commit.c: remove print_commit_list()jk/printf-formatJunio C Hamano2016-07-081-1/+4
* | Merge branch 'bc/cocci'Junio C Hamano2016-07-191-1/+1
|\ \
| * | coccinelle: apply object_id Coccinelle transformationsbrian m. carlson2016-06-281-1/+1
* | | Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-131-25/+31
|\ \ \ | |_|/ |/| |
| * | i18n: bisect: mark strings for translationVasco Almeida2016-06-171-25/+31
| |/
* | Merge branch 'jk/bisect-show-tree'Junio C Hamano2016-07-061-0/+1
|\ \ | |/ |/|
| * bisect: always call setup_revisions after init_revisionsjk/bisect-show-treeJeff King2016-06-161-0/+1
* | bisect.c: use die_errno() and warning_errno()Nguyễn Thái Ngọc Duy2016-05-091-4/+3
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-2/+2
|\ \
| * | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-2/+2
* | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-4/+4
|/ /
* | Remove get_object_hash.brian m. carlson2015-11-201-3/+3
* | Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
* | Add several uses of get_object_hash.brian m. carlson2015-11-201-3/+3
* | Merge branch 'ad/bisect-terms'Junio C Hamano2015-10-051-3/+8
|\ \
| * | bisect: add the terms old/newAntoine Delaite2015-08-031-3/+8
* | | Merge branch 'dt/refs-pseudo'Junio C Hamano2015-08-251-29/+8
|\ \ \
| * | | bisect: use update_refDavid Turner2015-07-311-29/+8
* | | | Merge branch 'jk/git-path'Junio C Hamano2015-08-191-2/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | memoize common git-path "constant" filesjk/git-pathJeff King2015-08-101-2/+5
| |/ /
* | | bisect: simplify the addition of new bisect termsAntoine Delaite2015-08-031-2/+31
* | | bisect: replace hardcoded "bad|good" by variablesAntoine Delaite2015-06-291-17/+37
* | | bisect: correction of typoAntoine Delaite2015-06-231-1/+1
|/ /
* | register_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-8/+5
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+4
* | bisect.c: convert leaf functions to use struct object_idbrian m. carlson2015-03-131-20/+20
|/
* Merge branch 'jc/merge-bases'Junio C Hamano2015-01-071-1/+1
|\
| * get_merge_bases(): always clean-up object flagsjc/merge-basesJunio C Hamano2014-10-301-1/+1
| * bisect: clean flags after checking merge basesJunio C Hamano2014-10-301-1/+1
* | Merge branch 'jk/name-decoration-alloc'Junio C Hamano2014-09-111-3/+4
|\ \ | |/ |/|
| * log-tree: make add_name_decoration a public functionJeff King2014-08-261-3/+4
* | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-2/+1
|\ \
| * | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-251-2/+1
| |/
* | Merge branch 'ep/varscope'Junio C Hamano2014-02-271-1/+1
|\ \ | |/ |/|
| * bisect.c: reduce scope of variableElia Pinto2014-01-311-1/+1
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-2/+2
|/
* list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-281-1/+1