diff options
Diffstat (limited to 'documents.git/config')
-rw-r--r-- | documents.git/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documents.git/config b/documents.git/config new file mode 100644 index 00000000..2ebbaecb --- /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 |