summaryrefslogtreecommitdiff
path: root/bisect.c
Commit message (Expand)AuthorAgeFilesLines
* doc: use https links to Wikipedia to avoid http redirectsjk/update-links-in-docsSven Strickroth2017-05-151-1/+1
* Merge branch 'mm/two-more-xstrfmt' into maintJunio C Hamano2017-03-161-4/+5
|\
| * bisect_next_all: convert xsnprintf to xstrfmtmm/two-more-xstrfmtMaxim Moseychuk2017-02-161-4/+5
* | bisect: improve English grammar of not-ancestors messageAlex Henrie2016-12-051-1/+1
|/
* use QSORTRené Scharfe2016-09-291-1/+1
* Merge branch 'jk/printf-format'Junio C Hamano2016-07-191-1/+4
|\
| * commit.c: remove print_commit_list()jk/printf-formatJunio C Hamano2016-07-081-1/+4
* | Merge branch 'bc/cocci'Junio C Hamano2016-07-191-1/+1
|\ \
| * | coccinelle: apply object_id Coccinelle transformationsbrian m. carlson2016-06-281-1/+1
* | | Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-131-25/+31
|\ \ \ | |_|/ |/| |
| * | i18n: bisect: mark strings for translationVasco Almeida2016-06-171-25/+31
| |/
* | Merge branch 'jk/bisect-show-tree'Junio C Hamano2016-07-061-0/+1
|\ \ | |/ |/|
| * bisect: always call setup_revisions after init_revisionsjk/bisect-show-treeJeff King2016-06-161-0/+1
* | bisect.c: use die_errno() and warning_errno()Nguyễn Thái Ngọc Duy2016-05-091-4/+3
* | 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
|\