aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-02-20 12:41:47 +0800
committerGravatar Runxi Yu2026-02-20 12:57:31 +0800
commit17d2a1d85e2747146031be1739df0b9109d112d8 (patch)
tree77274dc1c835f8b89808bba452e085b4c3e84e09
parentRevert "README: Reachability bitmaps planned for the future" (diff)
signatureNo signature
Revert "commitgraph: Add write stub"
This reverts commit d65577ac3b55f3a52d1a507f3204a03df270b1ec.
-rw-r--r--commitgraph_write.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/commitgraph_write.go b/commitgraph_write.go
deleted file mode 100644
index e997ee93..00000000
--- a/commitgraph_write.go
+++ /dev/null
@@ -1,6 +0,0 @@
-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.