add support for protecting references against 'got send -f' to gotd
commit6d7eb4f7d125c942358a1f8edf1d350e74141112
authorStefan Sperling <stsp@stsp.name>
Tue, 4 Apr 2023 18:17:59 +0000 (4 18:17 +0000)
committerThomas Adam <thomas@xteddy.org>
Tue, 4 Apr 2023 21:15:49 +0000 (4 22:15 +0100)
tree2a54a188ce1c629e51a32ef55325e122a7a9ab74
parent1e73031b5b7f6d97d2de389636e620fe0de6201f
add support for protecting references against 'got send -f' to gotd

ok op@
19 files changed:
gotctl/gotctl.c
gotd/gotd.c
gotd/gotd.conf.5
gotd/gotd.h
gotd/imsg.c
gotd/listen.c
gotd/parse.y
gotd/repo_imsg.c
gotd/repo_read.c
gotd/repo_write.c
gotd/repo_write.h
gotsh/gotsh.c
lib/error.c
lib/got_lib_object_parse.h
lib/object_open_io.c
lib/object_parse.c
lib/pack_index.c
regress/gotd/Makefile
regress/gotd/repo_write_protected.sh [new file with mode: 0644]