gotd and got {fetch,send,clone}: reject sha256 repos
commit1a1bf260c908eb3ae01970932f478d67eb1b2fae
authorOmar Polo <op@omarpolo.com>
Thu, 1 Aug 2024 22:31:47 +0000 (1 22:31 +0000)
committerThomas Adam <thomas@xteddy.org>
Sat, 3 Aug 2024 09:37:44 +0000 (3 10:37 +0100)
treee04a5adeaae3878881648e7ed84e63a14ef1e7b8
parentc2936b1fc1d0a8548543c65ea1e3b17eaff8a024
gotd and got {fetch,send,clone}: reject sha256 repos

We have to implement the gitprotocol v2 in order to support sha256
repos for these operations, so for now let's error out early when
they're attempted.

ok/improvements stsp@
gotd/repo_read.c
gotd/repo_write.c
gotd/session_read.c
gotd/session_write.c
lib/fetch.c
lib/send.c