diff options
| author | 2026-03-25 16:36:35 +0000 | |
|---|---|---|
| committer | 2026-03-25 16:36:35 +0000 | |
| commit | 01d493fc78fc2f8367fbc046bb26b7113b7048c8 (patch) | |
| tree | 51c353e609f8bb7afe39bec59ef5e412f91f8318 /repository | |
| parent | README: Clarify the finding your way around section again (diff) | |
| signature | No signature | |
repository: Yeah this phrasing is *much* better than the 2AM one v0.1.112
Diffstat (limited to 'repository')
| -rw-r--r-- | repository/repository.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repository/repository.go b/repository/repository.go index 6a24abdc..66de0a72 100644 --- a/repository/repository.go +++ b/repository/repository.go @@ -12,7 +12,8 @@ import ( refstore "codeberg.org/lindenii/furgit/ref/store" ) -// Repository is a thin composition root for repository-local stores. +// Repository represents a typical on-disk Git repository by composing +// their stores together for access. // // Open expects a root for the Git directory itself: // a bare repository root or a non-bare ".git" directory. |
