aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 20:12:13 +0000
committerGravatar Runxi Yu2026-03-28 20:12:13 +0000
commit2e92bb686f2ed23291dbc3ec0943f6544965b8bd (patch)
tree1dbf2e6b047ca1b421771c2354c842d9faaca164
parentnetwork/protocol: Flush ChunkWriter properly (diff)
signatureNo signature
TODO: Update
-rw-r--r--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index 3ed9c919..738a100e 100644
--- a/TODO
+++ b/TODO
@@ -1,19 +1,14 @@
-* how to pass commit graph to hooks
-
* Receive-pack hook shape redesign; separate post-ref and post-ingest hook
types.
* Completely redo error handling.
* Better status reporting, filling in more things in report-status-v2.
-* Better progress reporting during network operations.
-* Design some way to pass commit graphs, or if possible, entire repo
- objects to hooks. Unfortunately this is more difficult than it sounds.
+* Design some way to pass commit graphs to hooks.
* Maybe the Progress/Error writers should return error on creation
instead of automatically discarding content?
* Actually making signed-push work reasonably
* Investigate fsck issues with receive-pack
* Improve performance of delta resolution
-* Consider unifying how flush works.
* Okay, I think this is a pretty big design issue between the object
store and network operations: Things are modular enough that implementing