summaryrefslogtreecommitdiffstats
path: root/bisect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Merge branch 'js/check-null-from-read-object-file'Junio C Hamano1-0/+3
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin1-0/+3
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-14bisect: consistently write BISECT_EXPECTED_REV via the refdbPatrick Steinhardt1-21/+4
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-4/+7
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+3
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-01-13bisect: no longer try to clean up left-over `.git/head-name` filesJohannes Schindelin1-3/+0
2022-10-30replace and remove run_command_v_opt()René Scharfe1-4/+5
2022-10-30bisect: simplify building "checkout" argument listRené Scharfe1-5/+4
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-3/+3
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-3/+4
2022-08-03revisions API: don't leak memory on argv elements that need free()-ingÆvar Arnfjörð Bjarmason1-2/+4
2022-08-03bisect.c: partially fix bisect_rev_setup() memory leakÆvar Arnfjörð Bjarmason1-9/+13
2022-08-03bisect.c: add missing "goto" for release_revisions()Ævar Arnfjörð Bjarmason1-1/+1
2022-04-13revisions API users: use release_revisions() needing REV_INFO_INITÆvar Arnfjörð Bjarmason1-6/+12
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason1-0/+2
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