Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-18 12:39:35 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-20 07:36:37 +0300
commit7659b85ec0f715588f9578832d50effcf3893996 (patch)
tree9ad4409ba1efac8875039589c58b14e364a3088e
parent3fc66dc23581de48bdbbf1b5a5d5ca9faf5f925b (diff)
git: Rename files hosting the ObjectID implementation
Rename the files hosting the `git.ObjectID` implementation to better match the name of the structure they're hosting.
-rw-r--r--internal/git/object_id.go (renamed from internal/git/id.go)0
-rw-r--r--internal/git/object_id_test.go (renamed from internal/git/id_test.go)0
2 files changed, 0 insertions, 0 deletions
diff --git a/internal/git/id.go b/internal/git/object_id.go
index d4cb725dd..d4cb725dd 100644
--- a/internal/git/id.go
+++ b/internal/git/object_id.go
diff --git a/internal/git/id_test.go b/internal/git/object_id_test.go
index 3d4374134..3d4374134 100644
--- a/internal/git/id_test.go
+++ b/internal/git/object_id_test.go