aboutsummaryrefslogtreecommitdiff
path: root/commitgraph_write.go
diff options
context:
space:
mode:
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.