shithub: furgit

Download patch

ref: b90593c9b83f71de343e27cd1b489dff79bd4ac7
parent: 852944f65ec333cb35f6a80be242eac8af1c1d8c
author: Runxi Yu <runxiyu@umich.edu>
date: Mon Mar 23 23:26:00 EDT 2026

TODO: Remove that broken line

--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
-So the to-do list in README.md is more 
-
 * how to pass commit graph to hooks
 
 * Receive-pack hook shape redesign; separate post-ref and post-ingest hook
@@ -34,3 +32,6 @@
   alternative protocols in the future, however for now it seems like a valid
   solution. When there is any sight of alternative, non-pack-based protocols in
   the future, we should think of another way.
+  go-git handles it in their object stores but the way they
+  implement it is extremely complex and not fit for furgit
+  architecture.
--