diff options
| -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 |
