diff options
| author | 2026-03-28 17:08:46 +0000 | |
|---|---|---|
| committer | 2026-03-28 17:08:46 +0000 | |
| commit | 78461860b65f84b2a4933ef8a033fa581a4d0c68 (patch) | |
| tree | c0aa308b2a24f3782c164cc554d4bac9a182edfe /ref/store/files/new.go | |
| parent | ref/store/chain: Update docs (diff) | |
| signature | No signature | |
ref/store/files: Update docs
Diffstat (limited to 'ref/store/files/new.go')
| -rw-r--r-- | ref/store/files/new.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ref/store/files/new.go b/ref/store/files/new.go index bca3a491..3c754968 100644 --- a/ref/store/files/new.go +++ b/ref/store/files/new.go @@ -9,6 +9,8 @@ import ( ) // New creates one files ref store rooted at one repository gitdir. +// +// Labels: Deps-Borrowed. func New(root *os.Root, algo objectid.Algorithm, packedRefsTimeout time.Duration) (*Store, error) { if algo.Size() == 0 { return nil, objectid.ErrInvalidAlgorithm |
