From 3a7df704f3a48015c898ea7cb694359f5b326515 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 22 Feb 2026 21:51:36 +0800 Subject: object: Rename ident to signature --- object/commit.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'object/commit.go') diff --git a/object/commit.go b/object/commit.go index 8011a20d..bd48bb44 100644 --- a/object/commit.go +++ b/object/commit.go @@ -9,8 +9,8 @@ import ( type Commit struct { Tree objectid.ObjectID Parents []objectid.ObjectID - Author Ident - Committer Ident + Author Signature + Committer Signature Message []byte ChangeID string ExtraHeaders []ExtraHeader -- cgit v1.3.1-10-gc9f91