aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 16:36:35 +0000
committerGravatar Runxi Yu2026-03-25 16:36:35 +0000
commit01d493fc78fc2f8367fbc046bb26b7113b7048c8 (patch)
tree51c353e609f8bb7afe39bec59ef5e412f91f8318
parentREADME: Clarify the finding your way around section again (diff)
signatureNo signature
repository: Yeah this phrasing is *much* better than the 2AM one v0.1.112
-rw-r--r--repository/repository.go3
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.