summaryrefslogtreecommitdiff
path: root/bisect.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-111-1/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+7
|\
| * cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
| * cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* bisect: no longer try to clean up left-over `.git/head-name` filesJohannes Schindelin2023-01-131-3/+0
* replace and remove run_command_v_opt()René Scharfe2022-10-301-4/+5
* bisect: simplify building "checkout" argument listRené Scharfe2022-10-301-5/+4
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-3/+3
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-3/+4
* revisions API: don't leak memory on argv elements that need free()-ingÆvar Arnfjörð Bjarmason2022-08-031-2/+4
* bisect.c: partially fix bisect_rev_setup() memory leakÆvar Arnfjörð Bjarmason2022-08-031-9/+13
* bisect.c: add missing "goto" for release_revisions()Ævar Arnfjörð Bjarmason2022-08-031-1/+1
* 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 functi...Pranit 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