From a4bbec5a9b01c48dcbfd13519e6bae7fcffec449 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 28 Mar 2026 13:07:55 +0000 Subject: repository: Unify docs --- repository/config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'repository/config.go') diff --git a/repository/config.go b/repository/config.go index de33e2c3..a6cf28e3 100644 --- a/repository/config.go +++ b/repository/config.go @@ -7,6 +7,8 @@ import ( "codeberg.org/lindenii/furgit/config" ) +// parseRepositoryConfig loads the configuration of the repository through +// finding the config file in the repo root, and parses the config. func parseRepositoryConfig(root *os.Root) (*config.Config, error) { configFile, err := root.Open("config") if err != nil { -- cgit v1.3.1-10-gc9f91