You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git bisect reveals 3f763ddf28d28fe63963991513c8db4045eabadc as the culprit:
commit 3f763ddf28d28fe63963991513c8db4045eabadc
Author: Bence Ferdinandy <bence@ferdinandy.com>
Date: Fri Nov 22 13:28:50 2024 +0100
fetch: set remote/HEAD if it does not exist
When cloning a repository remote/HEAD is created, but when the user
creates a repository with git init, and later adds a remote, remote/HEAD
is only created if the user explicitly runs a variant of "remote
set-head". Attempt to set remote/HEAD during fetch, if the user does not
have it already set. Silently ignore any errors.
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When running the following commands
zopen
git
doesn't report the proper informationUsing
protocol.version=2
is supposed to fix this issue but that doesn't seem to work onzopen
git
.It may be related to this:
https://lore.kernel.org/git/20240124010056.GA2603087@coredump.intra.peff.net/
The text was updated successfully, but these errors were encountered: