From df73a4c6f1b58075316ba7449fbfb127b9fbb79d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 14:42:13 +0000 Subject: commitquery: Reorganize --- commitquery/commit.go | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 commitquery/commit.go (limited to 'commitquery/commit.go') diff --git a/commitquery/commit.go b/commitquery/commit.go deleted file mode 100644 index dff6a91c..00000000 --- a/commitquery/commit.go +++ /dev/null @@ -1,17 +0,0 @@ -package commitquery - -import ( - commitgraphread "codeberg.org/lindenii/furgit/format/commitgraph/read" - objectid "codeberg.org/lindenii/furgit/object/id" -) - -// commitData stores the metadata needed by commit-domain queries. -type commitData struct { - ID objectid.ObjectID - Parents []parentRef - CommitTime int64 - Generation uint64 - HasGeneration bool - GraphPos commitgraphread.Position - HasGraphPos bool -} -- cgit v1.3.1-10-gc9f91