Why Nostr? What is Njump?
2025-06-17 19:47:57
in reply to

jb55 on Nostr: according to chatgpt: No, git-daemon does not support the allow-tip-sha1-in-want ...

according to chatgpt:

No, git-daemon does not support the allow-tip-sha1-in-want capability.

Explanation:
The allow-tip-sha1-in-want capability is part of the Git protocol v2 feature set and is relevant primarily for smart HTTP and SSH transports, which support the more flexible and modern Git protocol features. It allows a client to request a specific tip (commit SHA-1) that is not advertised by the server, as long as it is the tip of a reference.

However, git-daemon operates using the dumb protocol or a limited subset of smart protocol v0, which does not support advanced protocol v2 features, including allow-tip-sha1-in-want.
Author Public Key
npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s