diff options
| author | Max Resnick <max@ofmax.li> | 2022-11-25 21:28:54 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2022-12-11 21:13:05 -0800 |
| commit | ab38860d69c194969bea9ae5ef385c35eb94b988 (patch) | |
| tree | c319053354cb2a772609b706368b1fd5741a44fc /config.ini | |
| parent | 9e79e588131b0d59abefd84405cb7908bc2baa77 (diff) | |
| download | go-git-server-ab38860d69c194969bea9ae5ef385c35eb94b988.tar.gz | |
add tests, new policies, init repo manager
Diffstat (limited to 'config.ini')
| -rw-r--r-- | config.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..330c0d7 --- /dev/null +++ b/config.ini @@ -0,0 +1,7 @@ +[core] +repositoryformatversion = 0 +filemode = true +bare = true + +[gitweb] +app_mode = production |