diff options
| author | 2026-03-12 02:12:17 +0800 | |
|---|---|---|
| committer | 2026-03-12 02:12:17 +0800 | |
| commit | dc7c74b9b0c6fe66bad9119b2d29e00f70a7cd3b (patch) | |
| tree | 80b60510586709f367fd4abe77ebf96b1141c0e4 /refstore/files/read_resolve_fully.go | |
| parent | refstore: s/ResolveFully/ResolveToDetached/g (diff) | |
| signature | No signature | |
refstore: More fixes on ResolveToDetached
Diffstat (limited to 'refstore/files/read_resolve_fully.go')
| -rw-r--r-- | refstore/files/read_resolve_fully.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/files/read_resolve_fully.go b/refstore/files/read_resolve_fully.go index 6871712c..de58eb6d 100644 --- a/refstore/files/read_resolve_fully.go +++ b/refstore/files/read_resolve_fully.go @@ -7,7 +7,7 @@ import ( "codeberg.org/lindenii/furgit/ref" ) -// ResolveFully resolves symbolic references through the visible files store +// ResolveToDetached resolves symbolic references through the visible files store // namespace until one detached reference is reached. func (store *Store) ResolveToDetached(name string) (ref.Detached, error) { cur := name |
