summaryrefslogtreecommitdiff
path: root/bisect.c
Commit message (Expand)AuthorAgeFilesLines
* bisect: libify `bisect_next_all`Pranit Bauva2020-02-191-10/+19
* bisect: libify `handle_bad_merge_base` and its dependentsPranit Bauva2020-02-191-4/+5
* bisect: libify `check_good_are_ancestors_of_bad` and its dependentsPranit Bauva2020-02-191-14/+27
* bisect: libify `check_merge_bases` and its dependentsPranit Bauva2020-02-191-4/+18
* bisect: libify `bisect_checkout`Pranit Bauva2020-02-191-4/+15
* bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its depen...Pranit Bauva2020-02-191-6/+11
* bisect: add enum to represent bisect returning codesMiriam Rubio2020-02-191-1/+1
* bisect: use the standard 'if (!var)' way to check for 0Miriam Rubio2020-02-191-2/+2
* bisect: switch to using the_hash_algobrian m. carlson2019-08-191-1/+1
* bisect: make diff-tree output prettierJeff King2019-03-011-2/+2
* bisect: fix internal diff-tree config loadingJeff King2019-03-011-1/+1
* bisect: use string arguments to feed internal diff-treeJeff King2019-03-011-13/+4
* Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano2019-02-061-1/+1
|\
| * list-objects: consume sparse tree walkDerrick Stolee2019-01-171-1/+1
* | Merge branch 'nd/style-opening-brace'Junio C Hamano2019-01-181-1/+2
|\ \
| * | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+2
| |/
* | bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-121-20/+28
|/
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-2/+2
|\
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
* | Merge branch 'nd/bisect-show-list-fix'Junio C Hamano2018-09-171-5/+5
|\ \
| * | bisect.c: make show_list() build againNguyễn Thái Ngọc Duy2018-09-041-5/+5
| |/
* | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-3/+3
|\ \
| * | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2
| |/
* | commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
|/
* commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-1/+1
* bisect.c: use commit-slab for commit weight instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-3/+9
* Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano2018-04-101-2/+2
|\
| * bisect: use oid_to_hex() for converting object_id hashes to hex stringsys/bisect-object-id-missing-conversion-fixRené Scharfe2018-03-251-2/+2
* | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+2
* | Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano2018-01-231-3/+3
|\ \ | |/
| * bisect: debug: convert struct object to object_idYasushi SHOJI2018-01-091-3/+3
* | Merge branch 'rs/lose-leak-pending'Junio C Hamano2018-01-231-21/+9
|\ \
| * | bisect: avoid using the rev_info flag leak_pendingRené Scharfe2017-12-281-21/+9
* | | Merge branch 'ma/bisect-leakfix'Junio C Hamano2018-01-101-2/+4
|\ \ \
| * | | bisect: fix a regression causing a segfaultma/bisect-leakfixÆvar Arnfjörð Bjarmason2018-01-031-2/+4
| |/ /
* | | Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano2017-11-151-1/+1
|\ \ \
* \ \ \ Merge branch 'ma/bisect-leakfix'Junio C Hamano2017-11-151-14/+19
|\ \ \ \ | | |/ / | |/| |
| * | | bisect: fix memory leak when returning best elementMartin Ågren2017-11-061-1/+5
| * | | bisect: fix off-by-one error in `best_bisection_sorted()`Martin Ågren2017-11-061-3/+4
| * | | bisect: fix memory leak in `find_bisection()`Martin Ågren2017-11-061-1/+3
| * | | bisect: change calling-convention of `find_bisection()`Martin Ågren2017-11-061-9/+7
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-061-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-2/+3
| |/ /
* | | bisect--helper: `bisect_clean_state` shell function in CPranit Bauva2017-10-061-0/+42
|/ /
* | Merge branch 'ma/leakplugs'Junio C Hamano2017-09-291-1/+2
|\ \
| * | leak_pending: use `object_array_clear()`, not `free()`Martin Ågren2017-09-241-1/+2
* | | bisect: convert bisect_checkout to struct object_idbrian m. carlson2017-07-171-9/+9
|/ /
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1