summaryrefslogtreecommitdiff
path: root/bisect.c
AgeCommit message (Expand)Author
2020-03-30bisect: stop referring to sha1_arrayJeff King
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2020-02-19bisect: libify `bisect_next_all`Pranit Bauva
2020-02-19bisect: libify `handle_bad_merge_base` and its dependentsPranit Bauva
2020-02-19bisect: libify `check_good_are_ancestors_of_bad` and its dependentsPranit Bauva
2020-02-19bisect: libify `check_merge_bases` and its dependentsPranit Bauva
2020-02-19bisect: libify `bisect_checkout`Pranit Bauva
2020-02-19bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its depen...Pranit Bauva
2020-02-19bisect: add enum to represent bisect returning codesMiriam Rubio
2020-02-19bisect: use the standard 'if (!var)' way to check for 0Miriam Rubio
2019-08-19bisect: switch to using the_hash_algobrian m. carlson
2019-02-28bisect: make diff-tree output prettierJeff King
2019-02-28bisect: fix internal diff-tree config loadingJeff King
2019-02-28bisect: use string arguments to feed internal diff-treeJeff King
2019-02-07Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano
2019-01-18Merge branch 'nd/style-opening-brace'Junio C Hamano
2019-01-17list-objects: consume sparse tree walkDerrick Stolee
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2018-11-12bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'nd/bisect-show-list-fix'Junio C Hamano
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-04bisect.c: make show_list() build againNguyễn Thái Ngọc Duy
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-07-20commit.h: remove method declarationsDerrick Stolee
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-05-21bisect.c: use commit-slab for commit weight instead of commit->utilNguyễn Thái Ngọc Duy
2018-04-10Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano
2018-03-25bisect: use oid_to_hex() for converting object_id hashes to hex stringsRené Scharfe
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-01-23Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano
2018-01-10Merge branch 'ma/bisect-leakfix'Junio C Hamano
2018-01-09bisect: debug: convert struct object to object_idYasushi SHOJI
2018-01-03bisect: fix a regression causing a segfaultÆvar Arnfjörð Bjarmason
2017-12-28bisect: avoid using the rev_info flag leak_pendingRené Scharfe
2017-11-15Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano
2017-11-15Merge branch 'ma/bisect-leakfix'Junio C Hamano
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-11-06bisect: fix memory leak when returning best elementMartin Ågren
2017-11-06bisect: fix off-by-one error in `best_bisection_sorted()`Martin Ågren
2017-11-06bisect: fix memory leak in `find_bisection()`Martin Ågren
2017-11-06bisect: change calling-convention of `find_bisection()`Martin Ågren
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson
2017-10-06bisect--helper: `bisect_clean_state` shell function in CPranit Bauva
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano
2017-09-24leak_pending: use `object_array_clear()`, not `free()`Martin Ågren
2017-07-17bisect: convert bisect_checkout to struct object_idbrian m. carlson