ref: 085c9f5ab171f4ebeb6ff1d02e1067c0d48a629d
parent: f98c8992afb2f9426c90a20b9c74386aa2f25a9c
author: Runxi Yu <me@runxiyu.org>
date: Sat Feb 21 08:10:46 EST 2026
testgit: Add doc line
--- a/internal/testgit/repo.go
+++ b/internal/testgit/repo.go
@@ -1,3 +1,4 @@
+// Package testgit provides helpers for integration tests with upstream git(1).
package testgit
import "codeberg.org/lindenii/furgit/objectid"
--
⑨