aboutsummaryrefslogtreecommitdiff
path: root/ancestor
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-10 13:30:48 +0800
committerGravatar Runxi Yu2026-03-10 13:30:48 +0800
commit73e602a5c2c766caba59948e91c11122653705ec (patch)
tree57951a4275dd90c2b3953e5b4bf3c9a7bd09b84a /ancestor
parent*: Move sideband64k and pktline to protocol/ (diff)
signatureNo signature
commitgraph: Move out of format/
Diffstat (limited to 'ancestor')
-rw-r--r--ancestor/ancestor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ancestor/ancestor.go b/ancestor/ancestor.go
index ad90bd33..51684250 100644
--- a/ancestor/ancestor.go
+++ b/ancestor/ancestor.go
@@ -2,7 +2,7 @@
package ancestor
import (
- commitgraphread "codeberg.org/lindenii/furgit/format/commitgraph/read"
+ commitgraphread "codeberg.org/lindenii/furgit/commitgraph/read"
"codeberg.org/lindenii/furgit/internal/commitquery"
"codeberg.org/lindenii/furgit/internal/peel"
"codeberg.org/lindenii/furgit/objectid"