shithub: furgit

Download patch

ref: e3de5932e7f2296c59804576746a3ff28c59b736
parent: 301bb73dcad265af9c4b1028d7f33863c7b607d0
author: Runxi Yu <runxiyu@umich.edu>
date: Sun Mar 29 09:11:02 EDT 2026

TODO: What does git.sr.ht and tangled need

--- a/TODO
+++ b/TODO
@@ -1,3 +1,27 @@
+Missing operations that git.sr.ht needs
+=======================================
+
+* Repository init
+* Clone/fetch (but that's handled by the CLI)
+* Resolving revisions
+* Better diffing; patch generation
+* Log and revision walking, optionally filtered by path
+* Config writing
+
+Missing operations that tangled needs
+=====================================
+
+* Repository init
+* Clone/fetch (but that's handled by the CLI)
+* Resolving revisions
+* Better diffing; patch generation
+* Submodule config (but we should make the CLI handle these)
+* Potentially, convenience APIs for branch/tag refs
+* Log and revision walking, optionally filtered by path
+
+Unstructured ones
+=================
+
 * Receive-pack hook shape redesign; separate post-ref and post-ingest hook
   types.
 * Completely redo error handling.
--