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