From f49c95662bda1f2c337dbe872644afa1ca5cbbec Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 20 Feb 2026 22:52:58 +0800 Subject: objectid: Rename from oid --- object/commit.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'object/commit.go') diff --git a/object/commit.go b/object/commit.go index 92b7fcdc..50d94057 100644 --- a/object/commit.go +++ b/object/commit.go @@ -2,13 +2,13 @@ package object import ( "codeberg.org/lindenii/furgit/objecttype" - "codeberg.org/lindenii/furgit/oid" + "codeberg.org/lindenii/furgit/objectid" ) // Commit represents a Git commit object. type Commit struct { - Tree oid.ObjectID - Parents []oid.ObjectID + Tree objectid.ObjectID + Parents []objectid.ObjectID Author Ident Committer Ident Message []byte -- cgit v1.3.1-10-gc9f91