commit ba35345de1698f005f1bbdc036c65ec690c4f0a7 from: Stefan Sperling date: Tue Aug 06 19:08:29 2024 UTC document current caveats regarding sha256 repos commit - 1ce179d23e5a87b4af80c37dde3649c3cd2decf5 commit + ba35345de1698f005f1bbdc036c65ec690c4f0a7 blob - e8ba52065551df14af68029e8d1426f574f9d9e1 blob + af1c4b60d8e70c978e45e5f1f8e99c4e0875b698 --- got/got.1 +++ got/got.1 @@ -4398,6 +4398,13 @@ to perform some tasks. In particular: .Bl -bullet .It +With repositories that use the sha256 object ID hashing algorithm, +.Xr git 1 +is currently required for all network operations (clone, fetch, and push) +because +.Nm +does not yet support version 2 of the Git network protocol. +.It Writing to remote repositories over HTTP or HTTPS protocols requires .Xr git-push 1 . .It blob - 3d9c3c7f66b53e7a9ff05d0f35b1a13690ed6e09 blob + 38567d159047ce5179b9982fcefdf2bff0d21e9b --- gotd/gotd.8 +++ gotd/gotd.8 @@ -111,3 +111,10 @@ The flan_hacker user can now populate the empty reposi .Xr gotd.conf 5 .Sh AUTHORS .An Stefan Sperling Aq Mt stsp@openbsd.org +.Sh CAVEATS +At present, +.Nm +cannot serve repositories that use the sha256 object ID hashing algorithm +because +.Nm +does not yet support version 2 of the Git network protocol.