aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-06-07 15:54:37 +0000
committerGravatar Runxi Yu2026-06-07 15:54:37 +0000
commitfef974dede94a6b4aa3fd134494ce416a1211e77 (patch)
treeaebfe8b0aa54bc51882af958e64d170d80587efe
parentobject/tree: Add Find (diff)
signatureNo signature
Update status
-rw-r--r--REFACTOR1
-rw-r--r--TODO8
2 files changed, 8 insertions, 1 deletions
diff --git a/REFACTOR b/REFACTOR
index 910fea15..d9d77c77 100644
--- a/REFACTOR
+++ b/REFACTOR
@@ -16,7 +16,6 @@ internal/iolimit
internal/lru
internal/priorityqueue
internal/progress
-internal/testgit
internal/utils
network
network/protocol
diff --git a/TODO b/TODO
new file mode 100644
index 00000000..39c229c0
--- /dev/null
+++ b/TODO
@@ -0,0 +1,8 @@
+* The append functions are not transactional.
+ Or perhaps we should make them transactional?
+
+* Perhaps no GIGO in serialization
+
+* Too strict about tagger?
+
+* Are refname.Tag really the same as tag names?