summaryrefslogtreecommitdiff
path: root/bisect.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-31Rename sha1_array to oid_arraybrian m. carlson1-8/+8
2017-03-31Convert sha1_array_lookup to take struct object_idbrian m. carlson1-4/+3
2017-03-31Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson1-7/+7
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson1-2/+2
2017-03-30replace unchecked snprintf calls with heap buffersJeff King1-3/+5
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson1-7/+7
2017-03-26Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson1-1/+1
2017-03-16Merge branch 'mm/two-more-xstrfmt' into maintJunio C Hamano1-4/+5
2017-02-27Merge branch 'mm/two-more-xstrfmt'Junio C Hamano1-4/+5
2017-02-16bisect_next_all: convert xsnprintf to xstrfmtMaxim Moseychuk1-4/+5
2016-12-05bisect: improve English grammar of not-ancestors messageAlex Henrie1-1/+1
2016-09-29use QSORTRené Scharfe1-1/+1
2016-07-19Merge branch 'jk/printf-format'Junio C Hamano1-1/+4
2016-07-19Merge branch 'bc/cocci'Junio C Hamano1-1/+1
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano1-25/+31
2016-07-08commit.c: remove print_commit_list()Junio C Hamano1-1/+4
2016-07-06Merge branch 'jk/bisect-show-tree'Junio C Hamano1-0/+1
2016-06-28coccinelle: apply object_id Coccinelle transformationsbrian m. carlson1-1/+1
2016-06-17i18n: bisect: mark strings for translationVasco Almeida1-25/+31
2016-06-16bisect: always call setup_revisions after init_revisionsJeff King1-0/+1
2016-05-09bisect.c: use die_errno() and warning_errno()Nguyễn Thái Ngọc Duy1-4/+3
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano1-2/+2
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King1-2/+2
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano1-4/+4
2015-11-20Remove get_object_hash.brian m. carlson1-3/+3
2015-11-20Convert struct object to object_idbrian m. carlson1-2/+2
2015-11-20Add several uses of get_object_hash.brian m. carlson1-3/+3
2015-10-05Merge branch 'ad/bisect-terms'Junio C Hamano1-3/+8
2015-08-25Merge branch 'dt/refs-pseudo'Junio C Hamano1-29/+8
2015-08-19Merge branch 'jk/git-path'Junio C Hamano1-2/+5
2015-08-10memoize common git-path "constant" filesJeff King1-2/+5
2015-08-03bisect: add the terms old/newAntoine Delaite1-3/+8
2015-08-03bisect: simplify the addition of new bisect termsAntoine Delaite1-2/+31
2015-07-31bisect: use update_refDavid Turner1-29/+8
2015-06-29bisect: replace hardcoded "bad|good" by variablesAntoine Delaite1-17/+37
2015-06-23bisect: correction of typoAntoine Delaite1-1/+1
2015-05-25register_ref(): rewrite to take an object_id argumentMichael Haggerty1-8/+5
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-1/+4
2015-03-13bisect.c: convert leaf functions to use struct object_idbrian m. carlson1-20/+20
2015-01-07Merge branch 'jc/merge-bases'Junio C Hamano1-1/+1
2014-10-30get_merge_bases(): always clean-up object flagsJunio C Hamano1-1/+1
2014-10-30bisect: clean flags after checking merge basesJunio C Hamano1-1/+1
2014-09-11Merge branch 'jk/name-decoration-alloc'Junio C Hamano1-3/+4
2014-08-26log-tree: make add_name_decoration a public functionJeff King1-3/+4
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano1-2/+1
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy1-2/+1
2014-02-27Merge branch 'ep/varscope'Junio C Hamano1-1/+1
2014-01-31bisect.c: reduce scope of variableElia Pinto1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-2/+2
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy1-1/+1