diff options
| author | 2026-03-10 13:30:48 +0800 | |
|---|---|---|
| committer | 2026-03-10 13:30:48 +0800 | |
| commit | 73e602a5c2c766caba59948e91c11122653705ec (patch) | |
| tree | 57951a4275dd90c2b3953e5b4bf3c9a7bd09b84a /internal/commitquery/graph_pos.go | |
| parent | *: Move sideband64k and pktline to protocol/ (diff) | |
| signature | No signature | |
commitgraph: Move out of format/
Diffstat (limited to 'internal/commitquery/graph_pos.go')
| -rw-r--r-- | internal/commitquery/graph_pos.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/commitquery/graph_pos.go b/internal/commitquery/graph_pos.go index 2031e3d8..437f86e6 100644 --- a/internal/commitquery/graph_pos.go +++ b/internal/commitquery/graph_pos.go @@ -1,6 +1,6 @@ package commitquery -import commitgraphread "codeberg.org/lindenii/furgit/format/commitgraph/read" +import commitgraphread "codeberg.org/lindenii/furgit/commitgraph/read" // ResolveGraphPos resolves one commit-graph position to one internal query node. func (ctx *Context) ResolveGraphPos(pos commitgraphread.Position) (NodeIndex, error) { |
