diff options
| author | 2026-03-28 20:12:13 +0000 | |
|---|---|---|
| committer | 2026-03-28 20:12:13 +0000 | |
| commit | 2e92bb686f2ed23291dbc3ec0943f6544965b8bd (patch) | |
| tree | 1dbf2e6b047ca1b421771c2354c842d9faaca164 | |
| parent | network/protocol: Flush ChunkWriter properly (diff) | |
| signature | No signature | |
TODO: Update
| -rw-r--r-- | TODO | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |
