summaryrefslogtreecommitdiff
path: root/bisect.c
AgeCommit message (Expand)Author
2022-01-19bisect--helper: double-check run command on exit code 126 and 127René Scharfe
2021-07-28bisect: simplify return code from bisect_checkout()Junio C Hamano
2021-07-28bisect: do not run show-branch just to show the current commitJunio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-02-26Merge branch 'js/params-vs-args'Junio C Hamano
2021-02-23replace "parameters" by "arguments" in error messagesJohannes Sixt
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren
2020-11-25Merge branch 'sg/bisect-approximately-halfway'Junio C Hamano
2020-11-12bisect: loosen halfway() check for a large number of commitsSZEDER Gábor
2020-10-31bisect: clear flags in passed repositoryRené Scharfe
2020-10-31object: allow clear_commit_marks_all to handle any repoRené Scharfe
2020-09-24bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Pranit Bauva
2020-09-24bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'Miriam Rubio
2020-08-18Merge branch 'al/bisect-first-parent'Junio C Hamano
2020-08-10Merge branch 'rs/bisect-oid-to-hex-fix'Junio C Hamano
2020-08-07bisect: combine args passed to find_bisection()Aaron Lipman
2020-08-07bisect: introduce first-parent flagAaron Lipman
2020-08-07cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman
2020-08-07rev-list: allow bisect and first-parent flagsAaron Lipman
2020-08-02bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()René Scharfe
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-07-28quote: rename sq_dequote_to_argv_array to mention strvecJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
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