aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-07 22:48:29 +0800
committerGravatar Runxi Yu2026-03-07 22:48:56 +0800
commitd5363cd5ce2636779d2342f2bf153430138baded (patch)
treeb3a9519fc3365cc86047fe19b1b12b3720154219 /TODO
parentREADME: Flatten features section (diff)
signatureNo signature
TODO: Add a general TODO file
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 00000000..f7920d24
--- /dev/null
+++ b/TODO
@@ -0,0 +1,15 @@
+So the to-do list in README.md is more
+
+* Better status reporting, filling in more things in report-status-v2.
+* Better progress reporting during network operations.
+* More accurate semantics for non-atomic batch updates:
+ - Git validates the batch against the transaction view while
+ we update against the actual store
+ - Duplicates should really just be a fatal transaction level issue
+ - Git basically makes it a single transaction with rejected entries
+ removed, but we basically commit each op separately, so
+ later operations see the live repository after earlier successful
+ ops. So, yeah, atomicity of the surviving subset.
+ - Definitely should stop string matching on errors
+* Design some way to pass commit graphs, or if possible, entire repo
+ objects to hooks. Unfortunately this is more difficult than it sounds.