Do not require .git directory
gitile/handler.scm
161 | 161 | (if (and | |
162 | 162 | (> (string-length repo) 4) | |
163 | 163 | (file-exists? (string-append (config-repositories config) | |
164 | - | "/" repo "/.git")) | |
165 | - | (file-exists? (string-append (config-repositories config) | |
166 | 164 | "/" repo "/git-daemon-export-ok"))) | |
167 | 165 | (loop | |
168 | 166 | (cons |