aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 15:43:50 +0000
committerGravatar Runxi Yu2026-03-29 15:45:18 +0000
commitf50ac551c56569e109a8350f27dab53bb2378d4d (patch)
tree0d48976ffaab3455c0c26e2840cb88d2c8d4a3d4 /TODO
parentci: Disable dupl (diff)
signatureNo signature
*: 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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index aa4eced5..eb840470 100644
--- a/TODO
+++ b/TODO
@@ -60,6 +60,3 @@ Unstructured ones
try to resolve that probably
* Needs much better diff API
* revwalk/log
-
-
-* Does Close belong in interfaces at all?