summaryrefslogtreecommitdiffstats
path: root/bisect.c (follow)
Commit message (Expand)AuthorAgeLines
* bisect: simplify return code from bisect_checkout()Junio C Hamano2021-07-28-6/+4
* bisect: do not run show-branch just to show the current commitJunio C Hamano2021-07-28-8/+8
* use CALLOC_ARRAYRené Scharfe2021-03-13-1/+1
* Merge branch 'js/params-vs-args'Junio C Hamano2021-02-25-1/+1
|\
| * replace "parameters" by "arguments" in error messagesJohannes Sixt2021-02-23-1/+1
* | hash-lookup: rename from sha1-lookupMartin Ågren2021-01-04-1/+1
|/
* Merge branch 'sg/bisect-approximately-halfway'Junio C Hamano2020-11-25-7/+20
|\
| * bisect: loosen halfway() check for a large number of commitsSZEDER Gábor2020-11-12-7/+20
* | bisect: clear flags in passed repositoryRené Scharfe2020-10-31-1/+1
* | object: allow clear_commit_marks_all to handle any repoRené Scharfe2020-10-31-1/+1
|/
* bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Pranit Bauva2020-09-24-2/+9
* bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'Miriam Rubio2020-09-24-0/+2
* Merge branch 'al/bisect-first-parent'Junio C Hamano2020-08-17-30/+49
|\
| * bisect: combine args passed to find_bisection()Aaron Lipman2020-08-07-30/+37
| * bisect: introduce first-parent flagAaron Lipman2020-08-07-1/+4
| * cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman2020-08-07-1/+2
| * rev-list: allow bisect and first-parent flagsAaron Lipman2020-08-07-10/+18
* | Merge branch 'rs/bisect-oid-to-hex-fix'Junio C Hamano2020-08-10-1/+1
|\ \
| * | bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()René Scharfe2020-08-02-1/+1
| |/
* | strvec: rename struct fieldsJeff King2020-07-30-1/+1
* | strvec: fix indentation in renamed callsJeff King2020-07-28-1/+1
* | strvec: convert more callers away from argv_array nameJeff King2020-07-28-6/+6
* | quote: rename sq_dequote_to_argv_array to mention strvecJeff King2020-07-28-1/+1
* | strvec: rename files from argv-array to strvecJeff King2020-07-28-1/+1
|/
* bisect: stop referring to sha1_arrayJeff King2020-03-30-3/+3
* oid_array: rename source file from sha1-arrayJeff King2020-03-30-1/+1
* bisect: libify `bisect_next_all`Pranit Bauva2020-02-19-10/+19
* bisect: libify `handle_bad_merge_base` and its dependentsPranit Bauva2020-02-19-4/+5
* bisect: libify `check_good_are_ancestors_of_bad` and its dependentsPranit Bauva2020-02-19-14/+27
* bisect: libify `check_merge_bases` and its dependentsPranit Bauva2020-02-19-4/+18
* bisect: libify `bisect_checkout`Pranit Bauva2020-02-19-4/+15
* bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its depen...Pranit Bauva2020-02-19-6/+11
* bisect: add enum to represent bisect returning codesMiriam Rubio2020-02-19-1/+1
* bisect: use the standard 'if (!var)' way to check for 0Miriam Rubio2020-02-19-2/+2
* bisect: switch to using the_hash_algobrian m. carlson2019-08-19-1/+1
* bisect: make diff-tree output prettierJeff King2019-03-01-2/+2
* bisect: fix internal diff-tree config loadingJeff King2019-03-01-1/+1
* bisect: use string arguments to feed internal diff-treeJeff King2019-03-01-13/+4
* Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano2019-02-06-1/+1
|\
| * list-objects: consume sparse tree walkDerrick Stolee2019-01-17-1/+1
* | Merge branch 'nd/style-opening-brace'Junio C Hamano2019-01-18-1/+2
|\ \
| * | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-10-1/+2
| |/
* / bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-12-20/+28
|/
* Merge branch 'nd/the-index'Junio C Hamano2018-10-19-2/+2
|\
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-21-2/+2
* | Merge branch 'nd/bisect-show-list-fix'Junio C Hamano2018-09-17-5/+5
|\ \
| * | bisect.c: make show_list() build againNguyễn Thái Ngọc Duy2018-09-04-5/+5
| |/
* | Merge branch 'jk/cocci'Junio C Hamano2018-09-17-3/+3
|\ \
| * | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-29-1/+1
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-29-2/+2
| |/