summaryrefslogtreecommitdiff
path: root/bisect.c
AgeCommit message (Expand)Author
2016-07-19Merge branch 'jk/printf-format'Junio C Hamano
2016-07-19Merge branch 'bc/cocci'Junio C Hamano
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano
2016-07-08commit.c: remove print_commit_list()Junio C Hamano
2016-07-06Merge branch 'jk/bisect-show-tree'Junio C Hamano
2016-06-28coccinelle: apply object_id Coccinelle transformationsbrian m. carlson
2016-06-17i18n: bisect: mark strings for translationVasco Almeida
2016-06-17bisect: always call setup_revisions after init_revisionsJeff King
2016-05-09bisect.c: use die_errno() and warning_errno()Nguyễn Thái Ngọc Duy
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-10-05Merge branch 'ad/bisect-terms'Junio C Hamano
2015-08-25Merge branch 'dt/refs-pseudo'Junio C Hamano
2015-08-19Merge branch 'jk/git-path'Junio C Hamano
2015-08-10memoize common git-path "constant" filesJeff King
2015-08-03bisect: add the terms old/newAntoine Delaite
2015-08-03bisect: simplify the addition of new bisect termsAntoine Delaite
2015-07-31bisect: use update_refDavid Turner
2015-06-29bisect: replace hardcoded "bad|good" by variablesAntoine Delaite
2015-06-23bisect: correction of typoAntoine Delaite
2015-05-25register_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-03-14bisect.c: convert leaf functions to use struct object_idbrian m. carlson
2015-01-07Merge branch 'jc/merge-bases'Junio C Hamano
2014-10-30get_merge_bases(): always clean-up object flagsJunio C Hamano
2014-10-30bisect: clean flags after checking merge basesJunio C Hamano
2014-09-11Merge branch 'jk/name-decoration-alloc'Junio C Hamano
2014-08-26log-tree: make add_name_decoration a public functionJeff King
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy
2014-02-27Merge branch 'ep/varscope'Junio C Hamano
2014-01-31bisect.c: reduce scope of variableElia Pinto
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy
2013-06-02register_ref(): make a copy of the bad reference SHA-1Michael Haggerty
2013-04-07Merge branch 'jk/bisect-prn-unsigned'Junio C Hamano
2013-04-03bisect: avoid signed integer overflowJohn Keeping
2012-10-29Move estimate_bisect_steps to libgit.aNguyễn Thái Ngọc Duy
2012-09-04Call git_pathdup() rather than xstrdup(git_path("..."))Ramsay Jones
2012-05-03bisect: copy filename string obtained from git_path()Michael Haggerty
2011-10-14Merge branch 'rs/pending'Junio C Hamano
2011-10-05Merge branch 'jk/argv-array'Junio C Hamano
2011-10-03commit: factor out clear_commit_marks_for_object_arrayRené Scharfe
2011-10-03bisect: use leak_pending flagRené Scharfe
2011-09-14bisect: use argv_array APIJeff King
2011-08-04bisect: introduce support for --no-checkout option.Jon Seymour