aboutsummaryrefslogtreecommitdiff
path: root/repository/close.go
Commit message (Collapse)AuthorAgeFilesLines
* *: RemoveGravatar Runxi Yu2026-04-021-54/+0
|
* *: Remove Close from object/ref store interfacesGravatar Runxi Yu2026-03-291-14/+0
| | | | | | | | 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.
* 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