Fast implementation of Git in pure Go codeberg.org/lindenii/furgit
git go
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

refstore: ResolveFully doesn't inherently peel annotated tags

Runxi Yu 607bcd7a 779b4f10

+3
+3
refstore/refstore.go
··· 24 24 // Implementations may use backend-local lookup semantics for symbolic hops. 25 25 // Callers that need cross-backend symbolic resolution (for example in a 26 26 // chain of stores) should prefer repeatedly calling Resolve. 27 + // 28 + // ResolveFully resolves symbolic references only. It does not imply peeling 29 + // annotated tag objects. 27 30 ResolveFully(name string) (ref.Detached, error) 28 31 // List returns references matching pattern. 29 32 //