From 684179273dcb8cf873d1f488ae0038be30f23d74 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Feb 2025 23:30:50 +0800 Subject: [PATCH] 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 --- diff --git a/config.go b/config.go index d427aeef47b4170ec919570e0b10e8f97bac16bc..31ab743667281760717f93379d7317b95f19d739 100644 --- a/config.go +++ b/config.go @@ -29,9 +29,6 @@ } `scfg:"ssh"` 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"` -- 2.48.1