diff options
| author | 2026-03-28 13:07:55 +0000 | |
|---|---|---|
| committer | 2026-03-28 13:07:55 +0000 | |
| commit | a4bbec5a9b01c48dcbfd13519e6bae7fcffec449 (patch) | |
| tree | 612df31c4fd32c4c3271f2c1360f5593926e4f70 /repository/config.go | |
| parent | repository, README: Fix fetcher/resolver naming (diff) | |
| signature | No signature | |
repository: Unify docs
Diffstat (limited to 'repository/config.go')
| -rw-r--r-- | repository/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
