commit - 163d9376314560df59e70f74706fb42147f27337
commit + c64505bc0a9392cf58284245fd58a16d32f929d1
blob - 1ead58d255acf59cc3547c69f091a88b2a8e2102
blob + d7a1103e03854459fed10f1c38dd953e9eb8361b
--- got-dist.txt
+++ got-dist.txt
/gotctl/gotctl.c
/gotd
/gotd/Makefile
+/gotd/auth.c
+/gotd/auth.h
/gotd/gotd.8
/gotd/gotd.c
/gotd/gotd.conf.5
/gotd/gotd.h
/gotd/imsg.c
+/gotd/listen.c
+/gotd/listen.h
/gotd/log.c
/gotd/log.h
/gotd/parse.y
/gotd/repo_read.h
/gotd/repo_write.c
/gotd/repo_write.h
+/gotd/session.c
+/gotd/session.h
/gotsh
/gotsh/Makefile
/gotsh/gotsh.1
/gotwebd/libexec/got-read-tree
/gotwebd/libexec/got-read-tree/Makefile
/gotwebd/log.c
+/gotwebd/pages.tmpl
/gotwebd/parse.y
/gotwebd/proc.c
/gotwebd/proc.h
/regress/fetch/Makefile
/regress/fetch/fetch_test.c
/regress/gotd
+/regress/gotd/.gitignore
/regress/gotd/Makefile
/regress/gotd/README
/regress/gotd/check_test_repo.sh
/regress/gotd/common.sh
/regress/gotd/prepare_test_repo.sh
/regress/gotd/repo_read.sh
+/regress/gotd/repo_read_access_denied.sh
/regress/gotd/repo_write.sh
/regress/gotd/repo_write_empty.sh
+/regress/gotd/request_bad.sh
/regress/idset
/regress/idset/Makefile
/regress/idset/idset_test.c
/regress/path
/regress/path/Makefile
/regress/path/path_test.c
+/regress/template
+/regress/template/00-empty.tmpl
+/regress/template/01-noise-only.tmpl
+/regress/template/02-only-verbatim.tmpl
+/regress/template/02.expected
+/regress/template/03-block.tmpl
+/regress/template/03.expected
+/regress/template/04-flow.tmpl
+/regress/template/04.expected
+/regress/template/05-loop.tmpl
+/regress/template/05.expected
+/regress/template/06-escape.tmpl
+/regress/template/06.expected
+/regress/template/07-printf.tmpl
+/regress/template/07.expected
+/regress/template/Makefile
+/regress/template/lists.h
+/regress/template/runbase.c
+/regress/template/runlist.c
+/template
+/template/Makefile
+/template/parse.y
+/template/template.1
+/template/template.7
+/template/template.c
+/template/tmpl.c
+/template/tmpl.h
/tog
/tog/Makefile
/tog/tog.1