Age | Commit message (Expand) | Author | Files | Lines |
2021-07-28 | bisect: simplify return code from bisect_checkout() | Junio C Hamano | 1 | -6/+4 |
2021-07-28 | bisect: do not run show-branch just to show the current commit | Junio C Hamano | 1 | -8/+8 |
2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -1/+1 |
2021-02-25 | Merge branch 'js/params-vs-args' | Junio C Hamano | 1 | -1/+1 |
2021-02-23 | replace "parameters" by "arguments" in error messages | Johannes Sixt | 1 | -1/+1 |
2021-01-04 | hash-lookup: rename from sha1-lookup | Martin Ågren | 1 | -1/+1 |
2020-11-25 | Merge branch 'sg/bisect-approximately-halfway' | Junio C Hamano | 1 | -7/+20 |
2020-11-12 | bisect: loosen halfway() check for a large number of commits | SZEDER Gábor | 1 | -7/+20 |
2020-10-31 | bisect: clear flags in passed repository | René Scharfe | 1 | -1/+1 |
2020-10-31 | object: allow clear_commit_marks_all to handle any repo | René Scharfe | 1 | -1/+1 |
2020-09-24 | bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi... | Pranit Bauva | 1 | -2/+9 |
2020-09-24 | bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()' | Miriam Rubio | 1 | -0/+2 |
2020-08-17 | Merge branch 'al/bisect-first-parent' | Junio C Hamano | 1 | -30/+49 |
2020-08-10 | Merge branch 'rs/bisect-oid-to-hex-fix' | Junio C Hamano | 1 | -1/+1 |
2020-08-07 | bisect: combine args passed to find_bisection() | Aaron Lipman | 1 | -30/+37 |
2020-08-07 | bisect: introduce first-parent flag | Aaron Lipman | 1 | -1/+4 |
2020-08-07 | cmd_bisect__helper: defer parsing no-checkout flag | Aaron Lipman | 1 | -1/+2 |
2020-08-07 | rev-list: allow bisect and first-parent flags | Aaron Lipman | 1 | -10/+18 |
2020-08-02 | bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex() | René Scharfe | 1 | -1/+1 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -1/+1 |
2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -1/+1 |
2020-07-28 | strvec: convert more callers away from argv_array name | Jeff King | 1 | -6/+6 |
2020-07-28 | quote: rename sq_dequote_to_argv_array to mention strvec | Jeff King | 1 | -1/+1 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
2020-03-30 | bisect: stop referring to sha1_array | Jeff King | 1 | -3/+3 |
2020-03-30 | oid_array: rename source file from sha1-array | Jeff King | 1 | -1/+1 |
2020-02-19 | bisect: libify `bisect_next_all` | Pranit Bauva | 1 | -10/+19 |
2020-02-19 | bisect: libify `handle_bad_merge_base` and its dependents | Pranit Bauva | 1 | -4/+5 |
2020-02-19 | bisect: libify `check_good_are_ancestors_of_bad` and its dependents | Pranit Bauva | 1 | -14/+27 |
2020-02-19 | bisect: libify `check_merge_bases` and its dependents | Pranit Bauva | 1 | -4/+18 |
2020-02-19 | bisect: libify `bisect_checkout` | Pranit Bauva | 1 | -4/+15 |
2020-02-19 | bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its depen... | Pranit Bauva | 1 | -6/+11 |
2020-02-19 | bisect: add enum to represent bisect returning codes | Miriam Rubio | 1 | -1/+1 |
2020-02-19 | bisect: use the standard 'if (!var)' way to check for 0 | Miriam Rubio | 1 | -2/+2 |
2019-08-19 | bisect: switch to using the_hash_algo | brian m. carlson | 1 | -1/+1 |
2019-03-01 | bisect: make diff-tree output prettier | Jeff King | 1 | -2/+2 |
2019-03-01 | bisect: fix internal diff-tree config loading | Jeff King | 1 | -1/+1 |
2019-03-01 | bisect: use string arguments to feed internal diff-tree | Jeff King | 1 | -13/+4 |
2019-02-06 | Merge branch 'ds/push-sparse-tree-walk' | Junio C Hamano | 1 | -1/+1 |
2019-01-18 | Merge branch 'nd/style-opening-brace' | Junio C Hamano | 1 | -1/+2 |
2019-01-17 | list-objects: consume sparse tree walk | Derrick Stolee | 1 | -1/+1 |
2018-12-10 | style: the opening '{' of a function is in a separate line | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-11-12 | bisect.c: remove the_repository reference | Nguyễn Thái Ngọc Duy | 1 | -20/+28 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -2/+2 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-09-17 | Merge branch 'nd/bisect-show-list-fix' | Junio C Hamano | 1 | -5/+5 |
2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -3/+3 |
2018-09-04 | bisect.c: make show_list() build again | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
2018-08-29 | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 1 | -1/+1 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -2/+2 |