aboutsummaryrefslogtreecommitdiff
path: root/commitgraph_write.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-30 15:50:15 +0100
committerGravatar Runxi Yu2026-01-30 15:50:15 +0100
commitd65577ac3b55f3a52d1a507f3204a03df270b1ec (patch)
tree2352e98067ff7f867527da6949d1f4afa984a623 /commitgraph_write.go
parentcommitgraph: Add basic commit-graph implementation (diff)
signatureNo signature
commitgraph: Add write stub
Diffstat (limited to 'commitgraph_write.go')
-rw-r--r--commitgraph_write.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/commitgraph_write.go b/commitgraph_write.go
new file mode 100644
index 00000000..e997ee93
--- /dev/null
+++ b/commitgraph_write.go
@@ -0,0 +1,6 @@
+package furgit
+
+// tbh we implemented quite a lot of writing commit graphs in
+// the tests for reading commit graphs, sometime i'll just extract
+// them into here instead and make the tests for both use the proper
+// routines.