aboutsummaryrefslogtreecommitdiffstats
path: root/bisect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* revisions API users: use release_revisions() needing REV_INFO_INITÆvar Arnfjörð Bjarmason2022-04-131-6/+12
* revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+2
* bisect--helper: double-check run command on exit code 126 and 127René Scharfe2022-01-191-1/+2
* bisect: simplify return code from bisect_checkout()Junio C Hamano2021-07-281-6/+4
* bisect: do not run show-branch just to show the current commitJunio C Hamano2021-07-281-8/+8
* use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* Merge branch 'js/params-vs-args'Junio C Hamano2021-02-251-1/+1
|\
| * replace "parameters" by "arguments" in error messagesJohannes Sixt2021-02-231-1/+1
* | hash-lookup: rename from sha1-lookupMartin Ågren2021-01-041-1/+1
|/
* Merge branch 'sg/bisect-approximately-halfway'Junio C Hamano2020-11-251-7/+20
|\
| * bisect: loosen halfway() check for a large number of commitsSZEDER Gábor2020-11-121-7/+20
* | bisect: clear flags in passed repositoryRené Scharfe2020-10-311-1/+1
* | object: allow clear_commit_marks_all to handle any repoRené Scharfe2020-10-311-1/+1
|/
* bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in CPranit Bauva2020-09-241-2/+9
* bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'Miriam Rubio2020-09-241-0/+2
* Merge branch 'al/bisect-first-parent'Junio C Hamano2020-08-171-30/+49
|\
| * bisect: combine args passed to find_bisection()Aaron Lipman2020-08-071-30/+37
| * bisect: introduce first-parent flagAaron Lipman2020-08-071-1/+4
| * cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman2020-08-071-1/+2
| * rev-list: allow bisect and first-parent flagsAaron Lipman2020-08-071-10/+18
* | Merge branch 'rs/bisect-oid-to-hex-fix'Junio C Hamano2020-08-101-1/+1
|\ \
| * | bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()René Scharfe2020-08-021-1/+1
| |/
* | strvec: rename struct fieldsJeff King2020-07-301-1/+1
* | strvec: fix indentation in renamed callsJeff King2020-07-281-1/+1
* | strvec: convert more callers away from argv_array nameJeff King2020-07-281-6/+6
* | quote: rename sq_dequote_to_argv_array to mention strvecJeff King2020-07-281-1/+1
* | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
|/
* bisect: stop referring to sha1_arrayJeff King2020-03-301-3/+3
* oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
* 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 dependentsPranit 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
| |/