From 684179273dcb8cf873d1f488ae0038be30f23d74 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Feb 2025 23:30:50 +0800 Subject: config.go: Remove git.root We've switched to looking through the database to find paths to repos, so we won't need this for now. But perhaps it'll be re-added in the future when people could create repos via the web interface. --- config.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.go') diff --git a/config.go b/config.go index d427aee..31ab743 100644 --- a/config.go +++ b/config.go @@ -29,9 +29,6 @@ var config struct { General struct { Title string `scfg:"title"` } `scfg:"general"` - Git struct { - Root string `scfg:"root"` - } `scfg:"git"` DB struct { Type string `scfg:"type"` Conn string `scfg:"conn"` -- cgit v1.2.3