aboutsummaryrefslogtreecommitdiff
path: root/commitgraph/read/mode.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-26 09:17:14 +0000
committerGravatar Runxi Yu2026-03-26 09:18:30 +0000
commit3e884f5f3d42cbc4874a04da31dde10314b0cfad (patch)
treef5e1e325fd1a2a0801791c054010213214475d80 /commitgraph/read/mode.go
parentnetwork/receivepack: Rename from receivepack (diff)
signatureNo signature
format: Move commitgraph and packfile here
Diffstat (limited to 'commitgraph/read/mode.go')
-rw-r--r--commitgraph/read/mode.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/commitgraph/read/mode.go b/commitgraph/read/mode.go
deleted file mode 100644
index 76afa21f..00000000
--- a/commitgraph/read/mode.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package read
-
-// OpenMode controls which commit-graph layout Open loads.
-type OpenMode uint8
-
-const (
- // OpenSingle opens one commit-graph file at info/commit-graph.
- OpenSingle OpenMode = iota
- // OpenChain opens chained commit-graphs from info/commit-graphs.
- OpenChain
-)