]> git.ipfire.org Git - thirdparty/git.git/commit - bisect.c
commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 28 Feb 2024 09:44:16 +0000 (09:44 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Feb 2024 16:06:01 +0000 (08:06 -0800)
commit531738052158fd66bc9b65534309f5c0a9d2808d
tree6ee90ae876a6b7523575d46931df66295ffb2cc3
parentf87056ce403b5572683a45efe0e9021777831894
commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors

The `merge_bases_many()` function was just taught to indicate parsing
errors, and now the `repo_get_merge_bases_many()` function is aware of
that, too.

Naturally, there are a lot of callers that need to be adjusted now, too.

Next stop: `repo_get_merge_bases_dirty()`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c
builtin/log.c
commit-reach.c
commit-reach.h
commit.c
t/helper/test-reach.c