aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 13:11:02 +0000
committerGravatar Runxi Yu2026-03-29 13:11:02 +0000
commite3de5932e7f2296c59804576746a3ff28c59b736 (patch)
tree541b13e486ffd41004de224b2c69e9aa22819743 /TODO
parentobject/type: Use table structure (diff)
signatureNo signature
TODO: What does git.sr.ht and tangled need
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 24 insertions, 0 deletions
diff --git a/TODO b/TODO
index c102a3ab..aa4eced5 100644
--- 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.