diff options
| author | 2026-03-26 09:19:01 +0000 | |
|---|---|---|
| committer | 2026-03-26 09:19:01 +0000 | |
| commit | 929b8cc620abca70b3444b09be5249f6c6cb7812 (patch) | |
| tree | 29b1edba8f597d09a2a51a6b2c901389cc40e242 /ref/store | |
| parent | format: Move commitgraph and packfile here (diff) | |
| signature | No signature | |
ref/name: Rename from ref/refname
Diffstat (limited to 'ref/store')
| -rw-r--r-- | ref/store/files/root_loose_path.go | 2 | ||||
| -rw-r--r-- | ref/store/files/update_direct_read.go | 2 | ||||
| -rw-r--r-- | ref/store/files/update_validate.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ref/store/files/root_loose_path.go b/ref/store/files/root_loose_path.go index a78d9bf3..7764073b 100644 --- a/ref/store/files/root_loose_path.go +++ b/ref/store/files/root_loose_path.go @@ -3,7 +3,7 @@ package files import ( "path" - "codeberg.org/lindenii/furgit/ref/refname" + "codeberg.org/lindenii/furgit/ref/name" ) func (store *Store) loosePath(name string) refPath { diff --git a/ref/store/files/update_direct_read.go b/ref/store/files/update_direct_read.go index e3557965..50e15026 100644 --- a/ref/store/files/update_direct_read.go +++ b/ref/store/files/update_direct_read.go @@ -5,7 +5,7 @@ import ( "fmt" "codeberg.org/lindenii/furgit/ref" - "codeberg.org/lindenii/furgit/ref/refname" + "codeberg.org/lindenii/furgit/ref/name" refstore "codeberg.org/lindenii/furgit/ref/store" ) diff --git a/ref/store/files/update_validate.go b/ref/store/files/update_validate.go index 4e5c2be6..cfbaca1d 100644 --- a/ref/store/files/update_validate.go +++ b/ref/store/files/update_validate.go @@ -5,7 +5,7 @@ import ( "strings" objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/ref/refname" + "codeberg.org/lindenii/furgit/ref/name" refstore "codeberg.org/lindenii/furgit/ref/store" ) |
