summaryrefslogtreecommitdiff
path: root/bisect.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-24bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Pranit Bauva1-2/+9
2020-09-24bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'Miriam Rubio1-0/+2
2020-08-17Merge branch 'al/bisect-first-parent'Junio C Hamano1-30/+49
2020-08-10Merge branch 'rs/bisect-oid-to-hex-fix'Junio C Hamano1-1/+1
2020-08-07bisect: combine args passed to find_bisection()Aaron Lipman1-30/+37
2020-08-07bisect: introduce first-parent flagAaron Lipman1-1/+4
2020-08-07cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman1-1/+2
2020-08-07rev-list: allow bisect and first-parent flagsAaron Lipman1-10/+18
2020-08-02bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()René Scharfe1-1/+1
2020-07-30strvec: rename struct fieldsJeff King1-1/+1
2020-07-28strvec: fix indentation in renamed callsJeff King1-1/+1
2020-07-28strvec: convert more callers away from argv_array nameJeff King1-6/+6
2020-07-28quote: rename sq_dequote_to_argv_array to mention strvecJeff King1-1/+1
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-03-30bisect: stop referring to sha1_arrayJeff King1-3/+3
2020-03-30oid_array: rename source file from sha1-arrayJeff King1-1/+1
2020-02-19bisect: libify `bisect_next_all`Pranit Bauva1-10/+19
2020-02-19bisect: libify `handle_bad_merge_base` and its dependentsPranit Bauva1-4/+5
2020-02-19bisect: libify `check_good_are_ancestors_of_bad` and its dependentsPranit Bauva1-14/+27
2020-02-19bisect: libify `check_merge_bases` and its dependentsPranit Bauva1-4/+18
2020-02-19bisect: libify `bisect_checkout`Pranit Bauva1-4/+15
2020-02-19bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its depen...Pranit Bauva1-6/+11
2020-02-19bisect: add enum to represent bisect returning codesMiriam Rubio1-1/+1
2020-02-19bisect: use the standard 'if (!var)' way to check for 0Miriam Rubio1-2/+2
2019-08-19bisect: switch to using the_hash_algobrian m. carlson1-1/+1
2019-03-01bisect: make diff-tree output prettierJeff King1-2/+2
2019-03-01bisect: fix internal diff-tree config loadingJeff King1-1/+1
2019-03-01bisect: use string arguments to feed internal diff-treeJeff King1-13/+4
2019-02-06Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano1-1/+1
2019-01-18Merge branch 'nd/style-opening-brace'Junio C Hamano1-1/+2
2019-01-17list-objects: consume sparse tree walkDerrick Stolee1-1/+1
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy1-1/+2
2018-11-12bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy1-20/+28
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-2/+2
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-09-17Merge branch 'nd/bisect-show-list-fix'Junio C Hamano1-5/+5
2018-09-17Merge branch 'jk/cocci'Junio C Hamano1-3/+3
2018-09-04bisect.c: make show_list() build againNguyễn Thái Ngọc Duy1-5/+5
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King1-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-2/+2
2018-07-20commit.h: remove method declarationsDerrick Stolee1-0/+1
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller1-1/+1
2018-05-21bisect.c: use commit-slab for commit weight instead of commit->utilNguyễn Thái Ngọc Duy1-3/+9
2018-04-10Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano1-2/+2
2018-03-25bisect: use oid_to_hex() for converting object_id hashes to hex stringsRené Scharfe1-2/+2
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-1/+2
2018-01-23Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano1-3/+3
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano1-21/+9
2018-01-10Merge branch 'ma/bisect-leakfix'Junio C Hamano1-2/+4
2018-01-09bisect: debug: convert struct object to object_idYasushi SHOJI1-3/+3