aboutsummaryrefslogtreecommitdiff
path: root/receivepack/service/apply.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:49:17 +0000
committerGravatar Runxi Yu2026-03-25 15:02:22 +0000
commit7847657e0820af98120031f719b8ede635ad8c07 (patch)
tree8c4439c78f72f1382edc809b49be33115847b6e7 /receivepack/service/apply.go
parentobject: Remove type.go (diff)
signatureNo signature
object: Split each object type into its own package v0.1.108
Diffstat (limited to 'receivepack/service/apply.go')
-rw-r--r--receivepack/service/apply.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/receivepack/service/apply.go b/receivepack/service/apply.go
index 9c1900a4..8fa500ca 100644
--- a/receivepack/service/apply.go
+++ b/receivepack/service/apply.go
@@ -3,7 +3,7 @@ package service
import (
"codeberg.org/lindenii/furgit/internal/utils"
objectid "codeberg.org/lindenii/furgit/object/id"
- "codeberg.org/lindenii/furgit/ref/store"
+ refstore "codeberg.org/lindenii/furgit/ref/store"
)
func (service *Service) applyAtomic(result *Result, commands []Command) error {