all repos — legit @ 823f7aea9ece5805367520be94f68b06e36e53d5

web frontend for git, written in go

Merge branch 'git-daemon-export-files'

Alan Pearce
commit

823f7aea9ece5805367520be94f68b06e36e53d5

parent

b97e2ba81f0f58e7b2029dacea2b4c0eb43c9403

1 file changed, 6 insertions(+), 5 deletions(-)

changed files
M config/config.goconfig/config.go
@@ -10,11 +10,12 @@ )
type Config struct { Repo struct { - ScanPath string `yaml:"scanPath"` - Readme []string `yaml:"readme"` - MainBranch []string `yaml:"mainBranch"` - Ignore []string `yaml:"ignore,omitempty"` - Unlisted []string `yaml:"unlisted,omitempty"` + ScanPath string `yaml:"scanPath"` + Readme []string `yaml:"readme"` + MainBranch []string `yaml:"mainBranch"` + Ignore []string `yaml:"ignore,omitempty"` + Unlisted []string `yaml:"unlisted,omitempty"` + CheckGitDaemonExportOk bool `yaml:"checkGitDaemonExportOk"` } `yaml:"repo"` Dirs struct { Templates string `yaml:"templates"`