summaryrefslogtreecommitdiff
path: root/bisect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-2/+2
|\
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-2/+2
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-4/+4
|/
* Remove get_object_hash.brian m. carlson2015-11-201-3/+3
* Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
* Add several uses of get_object_hash.brian m. carlson2015-11-201-3/+3
* Merge branch 'ad/bisect-terms'Junio C Hamano2015-10-051-3/+8
|\
| * bisect: add the terms old/newAntoine Delaite2015-08-031-3/+8
* | Merge branch 'dt/refs-pseudo'Junio C Hamano2015-08-251-29/+8
|\ \
| * | bisect: use update_refDavid Turner2015-07-311-29/+8
* | | Merge branch 'jk/git-path'Junio C Hamano2015-08-191-2/+5
|\ \ \ | |_|/ |/| |
| * | memoize common git-path "constant" filesjk/git-pathJeff King2015-08-101-2/+5
| |/
* | bisect: simplify the addition of new bisect termsAntoine Delaite2015-08-031-2/+31
* | bisect: replace hardcoded "bad|good" by variablesAntoine Delaite2015-06-291-17/+37
* | bisect: correction of typoAntoine Delaite2015-06-231-1/+1
|/
* register_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-8/+5
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+4
* bisect.c: convert leaf functions to use struct object_idbrian m. carlson2015-03-131-20/+20
* Merge branch 'jc/merge-bases'Junio C Hamano2015-01-071-1/+1
|\
| * get_merge_bases(): always clean-up object flagsjc/merge-basesJunio C Hamano2014-10-301-1/+1
| * bisect: clean flags after checking merge basesJunio C Hamano2014-10-301-1/+1
* | Merge branch 'jk/name-decoration-alloc'Junio C Hamano2014-09-111-3/+4
|\ \ | |/ |/|
| * log-tree: make add_name_decoration a public functionJeff King2014-08-261-3/+4
* | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-2/+1
|\ \
| * | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-251-2/+1
| |/
* | Merge branch 'ep/varscope'Junio C Hamano2014-02-271-1/+1
|\ \ | |/ |/|
| * bisect.c: reduce scope of variableElia Pinto2014-01-311-1/+1
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-2/+2
|/
* list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-281-1/+1
* register_ref(): make a copy of the bad reference SHA-1Michael Haggerty2013-06-021-2/+3
* Merge branch 'jk/bisect-prn-unsigned'Junio C Hamano2013-04-071-2/+2
|\
| * bisect: avoid signed integer overflowJohn Keeping2013-04-031-2/+2
* | Move estimate_bisect_steps to libgit.aNguyễn Thái Ngọc Duy2012-10-291-0/+38
|/
* Call git_pathdup() rather than xstrdup(git_path("..."))Ramsay Jones2012-09-041-1/+1
* bisect: copy filename string obtained from git_path()Michael Haggerty2012-05-031-3/+5
* Merge branch 'rs/pending'Junio C Hamano2011-10-131-10/+10
|\
| * commit: factor out clear_commit_marks_for_object_arrayrs/pendingRené Scharfe2011-10-031-5/+2
| * bisect: use leak_pending flagRené Scharfe2011-10-031-5/+8
* | Merge branch 'jk/argv-array'Junio C Hamano2011-10-051-37/+11
|\ \
| * | bisect: use argv_array APIJeff King2011-09-141-37/+11
| |/
* | bisect: introduce support for --no-checkout option.Jon Seymour2011-08-041-11/+22
|/
* bisect: refactor sha1_array into a generic sha1 listJeff King2011-05-191-55/+15
* bisect: use find_commit_subject() instead of custom codeChristian Couder2010-07-231-8/+5
* Merge branch 'cc/maint-bisect-paths'Junio C Hamano2010-03-011-0/+6
|\
| * bisect: error out when passing bad path parametersChristian Couder2010-03-011-0/+6
* | Merge branch 'jc/symbol-static'Junio C Hamano2010-01-201-1/+1
|\ \
| * | bisect.c: mark file-local function staticJunio C Hamano2010-01-111-1/+1
* | | Merge branch 'maint'Junio C Hamano2010-01-191-3/+5
|\ \ \ | |/ / |/| |
| * | bisect: fix singular/plural grammar nitDavid Ripton2010-01-191-3/+5
| |/
* | Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina2010-01-031-2/+2
|/