Commit Diff


commit - e01097c89cba4210143d3be67b94919a8fd71b8f
commit + c8ff6e7213ea3263819a97db437abb40ea17aff6
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.