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 --- internal/testgit/repo.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/testgit/repo.go') diff --git a/internal/testgit/repo.go b/internal/testgit/repo.go index c2d8b088..7118aa7a 100644 --- a/internal/testgit/repo.go +++ b/internal/testgit/repo.go @@ -1,10 +1,10 @@ package testgit -import "codeberg.org/lindenii/furgit/oid" +import "codeberg.org/lindenii/furgit/objectid" // TestRepo is a temporary git repository harness for integration tests. type TestRepo struct { dir string - algo oid.Algorithm + algo objectid.Algorithm env []string } -- cgit v1.3.1-10-gc9f91