diff options
| author | 2026-03-25 14:21:09 +0000 | |
|---|---|---|
| committer | 2026-03-25 14:21:09 +0000 | |
| commit | 7d9c128ce04875f970c78673500c0a492000398f (patch) | |
| tree | 4e65166a451f9970c5264fad72e9a8f9634eefb5 /reachability/walk_expand_commits_graph.go | |
| parent | research: Dynamic packfile log (diff) | |
| signature | No signature | |
*: objecttype, objectheader -> object/type, object/header
Diffstat (limited to 'reachability/walk_expand_commits_graph.go')
| -rw-r--r-- | reachability/walk_expand_commits_graph.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reachability/walk_expand_commits_graph.go b/reachability/walk_expand_commits_graph.go index d56e302b..e31f8652 100644 --- a/reachability/walk_expand_commits_graph.go +++ b/reachability/walk_expand_commits_graph.go @@ -5,7 +5,7 @@ import ( commitgraphread "codeberg.org/lindenii/furgit/commitgraph/read" "codeberg.org/lindenii/furgit/objectid" - "codeberg.org/lindenii/furgit/objecttype" + objecttype "codeberg.org/lindenii/furgit/object/type" ) func (walk *Walk) expandCommitsFromGraph(id objectid.ObjectID) ([]walkItem, bool, error) { |
