all repos — legit @ 4447fcda1f06f4d516dfd40e3d306da193aaeeae

web frontend for git, written in go

git: add unlisted repositories

Marco Andronaco
commit

4447fcda1f06f4d516dfd40e3d306da193aaeeae

parent

c75aa9f52fd81f4591ed42882c44d26b04d5b0e2

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M config/config.goconfig/config.go
@@ -14,6 +14,7 @@ ScanPath string `yaml:"scanPath"`
Readme []string `yaml:"readme"` MainBranch []string `yaml:"mainBranch"` Ignore []string `yaml:"ignore,omitempty"` + Unlisted []string `yaml:"unlisted,omitempty"` } `yaml:"repo"` Dirs struct { Templates string `yaml:"templates"`