summary refs log tree commit diff
path: root/bisect.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-19bisect--helper: double-check run command on exit code 126 and 127René Scharfe1-1/+2
2021-07-28bisect: simplify return code from bisect_checkout()Junio C Hamano1-6/+4
2021-07-28bisect: do not run show-branch just to show the current commitJunio C Hamano1-8/+8
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2021-02-25Merge branch 'js/params-vs-args'Junio C Hamano1-1/+1
2021-02-23replace "parameters" by "arguments" in error messagesJohannes Sixt1-1/+1
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren1-1/+1
2020-11-25Merge branch 'sg/bisect-approximately-halfway'Junio C Hamano1-7/+20
2020-11-12bisect: loosen halfway() check for a large number of commitsSZEDER Gábor1-7/+20
2020-10-31bisect: clear flags in passed repositoryRené Scharfe1-1/+1
2020-10-31object: allow clear_commit_marks_all to handle any repoRené Scharfe1-1/+1
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