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/log/commit.go')
-rw-r--r--internal/git/log/commit.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/git/log/commit.go b/internal/git/log/commit.go
index 0ded22414..9b33afd24 100644
--- a/internal/git/log/commit.go
+++ b/internal/git/log/commit.go
@@ -9,6 +9,7 @@ import (
"strings"
"github.com/golang/protobuf/ptypes/timestamp"
+
"gitlab.com/gitlab-org/gitaly-proto/go/gitalypb"
"gitlab.com/gitlab-org/gitaly/internal/git"
"gitlab.com/gitlab-org/gitaly/internal/git/catfile"