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:
Diffstat (limited to 'internal/git/localrepo/commit.go')
-rw-r--r--internal/git/localrepo/commit.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/git/localrepo/commit.go b/internal/git/localrepo/commit.go
index 45466fdab..51a8edce3 100644
--- a/internal/git/localrepo/commit.go
+++ b/internal/git/localrepo/commit.go
@@ -10,9 +10,9 @@ import (
"strings"
"time"
- "gitlab.com/gitlab-org/gitaly/v15/internal/git"
- "gitlab.com/gitlab-org/gitaly/v15/internal/helper/perm"
- "gitlab.com/gitlab-org/gitaly/v15/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/helper/perm"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/helper/text"
)
// ErrMissingTree indicates a missing tree when attemping to write a commit