summaryrefslogtreecommitdiffstats
path: root/bisect.c
AgeCommit message (Expand)AuthorLines
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King-2/+2
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
2011-05-19bisect: refactor sha1_array into a generic sha1 listJeff King-55/+15
2010-07-23bisect: use find_commit_subject() instead of custom codeChristian Couder-8/+5
2010-03-01Merge branch 'cc/maint-bisect-paths'Junio C Hamano-0/+6
2010-03-01bisect: error out when passing bad path parametersChristian Couder-0/+6
2010-01-20Merge branch 'jc/symbol-static'Junio C Hamano-1/+1
2010-01-19Merge branch 'maint'Junio C Hamano-3/+5
2010-01-19bisect: fix singular/plural grammar nitDavid Ripton-3/+5
2010-01-11bisect.c: mark file-local function staticJunio C Hamano-1/+1
2010-01-03Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina-2/+2
2009-08-26git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi-1/+1
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano-3/+2