summaryrefslogtreecommitdiff
path: root/bisect.c
AgeCommit message (Expand)Author
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
2011-05-20bisect: refactor sha1_array into a generic sha1 listJeff King
2010-07-23bisect: use find_commit_subject() instead of custom codeChristian Couder
2010-03-01Merge branch 'cc/maint-bisect-paths'Junio C Hamano
2010-03-01bisect: error out when passing bad path parametersChristian Couder
2010-01-20Merge branch 'jc/symbol-static'Junio C Hamano
2010-01-20Merge branch 'maint'Junio C Hamano
2010-01-19bisect: fix singular/plural grammar nitDavid Ripton
2010-01-12bisect.c: mark file-local function staticJunio C Hamano