]> Kevux Git Server - rit/commit
promisor-remote: clarify that a remote is ignored
authorChristian Couder <christian.couder@gmail.com>
Tue, 7 Apr 2026 11:52:36 +0000 (13:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Apr 2026 15:45:43 +0000 (08:45 -0700)
commit4ed9283b36bc8652954578c3024a00b6e70f8960
tree0fbe922dc565f81b88a78be36341a645d922e3eb
parent720b7c26c82ef212852897bedb0d38eee78cb531
promisor-remote: clarify that a remote is ignored

In should_accept_remote() and parse_one_advertised_remote(), when a
remote is ignored, we tell users why it is ignored in a warning, but we
don't tell them that the remote is actually ignored.

Let's clarify that, so users have a better idea of what's actually
happening.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
promisor-remote.c