aboutsummaryrefslogtreecommitdiff
path: root/repository/close.go
Commit message (Expand)AuthorAgeFilesLines
* *: Remove Close from object/ref store interfaces•••At places where you own the object, you should have the literal implementation with Close. If you're using it via the interface, then you probably don't own that store, and you shouldn't be closing it. Thanks to Michael MurĂ© from git-bug for this point. Gravatar Runxi Yu2026-03-291-14/+0
* repository: Add commit-graphGravatar Runxi Yu2026-03-281-0/+7
* repository: Use labels v0.1.120Gravatar Runxi Yu2026-03-281-2/+3
* *: Fixup ownership of compositional backends v0.1.88Gravatar Runxi Yu2026-03-221-4/+4
* refstore, repository: Ownership/lifetimes fix v0.1.87Gravatar Runxi Yu2026-03-221-0/+7
* objectstore/*, repository, receivepack/service: don't take ownership of rootGravatar Runxi Yu2026-03-221-0/+21
* repository: Refactor v0.1.55Gravatar Runxi Yu2026-03-061-0/+32