aboutsummaryrefslogtreecommitdiff
path: root/cmd
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 /cmd
parentref/name: Rename from ref/refname (diff)
signatureNo signature
*: Reorder imports
Diffstat (limited to 'cmd')
-rw-r--r--cmd/index-pack/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/index-pack/main.go b/cmd/index-pack/main.go
index 30de3917..9ff3f838 100644
--- a/cmd/index-pack/main.go
+++ b/cmd/index-pack/main.go
@@ -8,9 +8,9 @@ import (
"os"
"path/filepath"
+ "codeberg.org/lindenii/furgit/format/packfile/ingest"
objectid "codeberg.org/lindenii/furgit/object/id"
objectstorer "codeberg.org/lindenii/furgit/object/storer"
- "codeberg.org/lindenii/furgit/format/packfile/ingest"
"codeberg.org/lindenii/furgit/repository"
)