summaryrefslogtreecommitdiff
path: root/bisect.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-13use CALLOC_ARRAYLibravatar René Scharfe1-1/+1
2021-02-25Merge branch 'js/params-vs-args'Libravatar Junio C Hamano1-1/+1
2021-02-23replace "parameters" by "arguments" in error messagesLibravatar Johannes Sixt1-1/+1
2021-01-04hash-lookup: rename from sha1-lookupLibravatar Martin Ågren1-1/+1
2020-11-25Merge branch 'sg/bisect-approximately-halfway'Libravatar Junio C Hamano1-7/+20
2020-11-12bisect: loosen halfway() check for a large number of commitsLibravatar SZEDER Gábor1-7/+20
2020-10-31bisect: clear flags in passed repositoryLibravatar René Scharfe1-1/+1
2020-10-31object: allow clear_commit_marks_all to handle any repoLibravatar René Scharfe1-1/+1
2020-09-24bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Libravatar Pranit Bauva1-2/+9
2020-09-24bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'Libravatar Miriam Rubio1-0/+2
2020-08-17Merge branch 'al/bisect-first-parent'Libravatar Junio C Hamano1-30/+49
2020-08-10Merge branch 'rs/bisect-oid-to-hex-fix'Libravatar Junio C Hamano1-1/+1
2020-08-07bisect: combine args passed to find_bisection()Libravatar Aaron Lipman1-30/+37
2020-08-07bisect: introduce first-parent flagLibravatar Aaron Lipman1-1/+4
2020-08-07cmd_bisect__helper: defer parsing no-checkout flagLibravatar Aaron Lipman1-1/+2
2020-08-07rev-list: allow bisect and first-parent flagsLibravatar Aaron Lipman1-10/+18
2020-08-02bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()Libravatar René Scharfe1-1/+1
2020-07-30strvec: rename struct fieldsLibravatar Jeff King1-1/+1
2020-07-28strvec: fix indentation in renamed callsLibravatar Jeff King1-1/+1
2020-07-28strvec: convert more callers away from argv_array nameLibravatar Jeff King1-6/+6
2020-07-28quote: rename sq_dequote_to_argv_array to mention strvecLibravatar Jeff King1-1/+1
2020-07-28strvec: rename files from argv-array to strvecLibravatar Jeff King1-1/+1
2020-03-30bisect: stop referring to sha1_arrayLibravatar Jeff King1-3/+3
2020-03-30oid_array: rename source file from sha1-arrayLibravatar Jeff King1-1/+1
2020-02-19bisect: libify `bisect_next_all`Libravatar Pranit Bauva1-10/+19
2020-02-19bisect: libify `handle_bad_merge_base` and its dependentsLibravatar Pranit Bauva1-4/+5
2020-02-19bisect: libify `check_good_are_ancestors_of_bad` and its dependentsLibravatar Pranit Bauva1-14/+27
2020-02-19bisect: libify `check_merge_bases` and its dependentsLibravatar Pranit Bauva1-4/+18
2020-02-19bisect: libify `bisect_checkout`Libravatar Pranit Bauva1-4/+15
2020-02-19bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its depen...Libravatar Pranit Bauva1-6/+11
2020-02-19bisect: add enum to represent bisect returning codesLibravatar Miriam Rubio1-1/+1
2020-02-19bisect: use the standard 'if (!var)' way to check for 0Libravatar Miriam Rubio1-2/+2
2019-08-19bisect: switch to using the_hash_algoLibravatar brian m. carlson1-1/+1
2019-03-01bisect: make diff-tree output prettierLibravatar Jeff King1-2/+2
2019-03-01bisect: fix internal diff-tree config loadingLibravatar Jeff King1-1/+1
2019-03-01bisect: use string arguments to feed internal diff-treeLibravatar Jeff King1-13/+4
2019-02-06Merge branch 'ds/push-sparse-tree-walk'Libravatar Junio C Hamano1-1/+1
2019-01-18Merge branch 'nd/style-opening-brace'Libravatar Junio C Hamano1-1/+2
2019-01-17list-objects: consume sparse tree walkLibravatar Derrick Stolee1-1/+1
2018-12-10style: the opening '{' of a function is in a separate lineLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-11-12bisect.c: remove the_repository referenceLibravatar Nguyễn Thái Ngọc Duy1-20/+28
2018-10-19Merge branch 'nd/the-index'Libravatar Junio C Hamano1-2/+2
2018-09-21revision.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-09-17Merge branch 'nd/bisect-show-list-fix'Libravatar Junio C Hamano1-5/+5
2018-09-17Merge branch 'jk/cocci'Libravatar Junio C Hamano1-3/+3
2018-09-04bisect.c: make show_list() build againLibravatar Nguyễn Thái Ngọc Duy1-5/+5
2018-08-29convert "oidcmp() != 0" to "!oideq()"Libravatar Jeff King1-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Libravatar Jeff King1-2/+2
2018-07-20commit.h: remove method declarationsLibravatar Derrick Stolee1-0/+1
2018-06-29commit: add repository argument to lookup_commit_referenceLibravatar Stefan Beller1-1/+1