summaryrefslogtreecommitdiffstats
path: root/bisect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+2
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-8/+17
* bisect: report the found commit with "show"Peter Krefting2024-04-151-15/+24
* commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin2024-02-291-3/+4
* Merge branch 'js/check-null-from-read-object-file'Junio C Hamano2024-02-151-0/+3
|\
| * Always check the return value of `repo_read_object_file()`Johannes Schindelin2024-02-061-0/+3
* | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-1/+0
|\ \
| * | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| |/
* / bisect: consistently write BISECT_EXPECTED_REV via the refdbPatrick Steinhardt2023-12-141-21/+4
|/
* object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* 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-241-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-141-6/+12
* revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-141-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-141-1/+1
* Merge branch 'js/params-vs-args'Junio C Hamano2021-02-261-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-261-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-181-30/+49
|\
| * bisect: combine args passed to find_bisection()Aaron Lipman2020-08-081-30/+37
| * bisect: introduce first-parent flagAaron Lipman2020-08-081-1/+4
| * cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman2020-08-081-1/+2
| * rev-list: allow bisect and first-parent flagsAaron Lipman2020-08-081-10/+18
* | Merge branch 'rs/bisect-oid-to-hex-fix'Junio C Hamano2020-08-101-1/+1
|\ \