From 5bc1e63756cae6974430f1e6cf1a4d5e88f5b9cc Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:19:10 +0900 Subject: Initial commit --- documents.git/config | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 documents.git/config (limited to 'documents.git/config') diff --git a/documents.git/config b/documents.git/config new file mode 100644 index 0000000..2ebbaec --- /dev/null +++ b/documents.git/config @@ -0,0 +1,9 @@ +[core] + repositoryformatversion = 0 + filemode = false + bare = true + symlinks = false + ignorecase = true + sharedrepository = 1 +[receive] + denyNonFastforwards = true -- cgit v1.2.3-54-g00ecf