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/git2go/commit.go')
-rw-r--r--internal/git2go/commit.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/git2go/commit.go b/internal/git2go/commit.go
index 587b287ec..6c9e69756 100644
--- a/internal/git2go/commit.go
+++ b/internal/git2go/commit.go
@@ -4,8 +4,6 @@ import (
"context"
"errors"
"fmt"
- "gitlab.com/gitlab-org/gitaly/v15/structerr"
-
"gitlab.com/gitlab-org/gitaly/proto/v15/go/gitalypb"
"gitlab.com/gitlab-org/gitaly/v15/internal/git"
"gitlab.com/gitlab-org/gitaly/v15/internal/git/repository"