aboutsummaryrefslogtreecommitdiff
path: root/format/packfile/ingest/entry.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-26 09:19:12 +0000
committerGravatar Runxi Yu2026-03-26 09:19:12 +0000
commit51f9d490e588391f1f532e2ab2ee0d141fae8798 (patch)
tree9b95435d0c8717a43abd5877e91c626e8934a724 /format/packfile/ingest/entry.go
parentref/name: Rename from ref/refname (diff)
signatureNo signature
*: Reorder imports
Diffstat (limited to 'format/packfile/ingest/entry.go')
-rw-r--r--format/packfile/ingest/entry.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/format/packfile/ingest/entry.go b/format/packfile/ingest/entry.go
index 4e2cab55..50fbe728 100644
--- a/format/packfile/ingest/entry.go
+++ b/format/packfile/ingest/entry.go
@@ -3,8 +3,8 @@ package ingest
import (
"fmt"
- objecttype "codeberg.org/lindenii/furgit/object/type"
packfmt "codeberg.org/lindenii/furgit/format/packfile"
+ objecttype "codeberg.org/lindenii/furgit/object/type"
)
// scanOneEntry scans one pack entry from stream and appends one record.