gitlist
gitlist copied to clipboard
Search for repository in subdirectories
I have set the following in config.yaml.
default_repository_dir: /var/www
repository_depth: '3'
Below /var/www/ there are no git repositories but a subfolder mirror which contains e.g. gitlist.git as clone.
Unfortunately the repository is not recognized by Gitlist, only if I put it directly below /var/www and set repository_depth: '0'.
Am I doing something wrong or is this not how it works?
Seeing similar issue. It seems only repo at repository_depth would be recognized.