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/signature.go')
-rw-r--r--internal/git2go/signature.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/git2go/signature.go b/internal/git2go/signature.go
deleted file mode 100644
index 1d66ed5e0..000000000
--- a/internal/git2go/signature.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package git2go
-
-import "gitlab.com/gitlab-org/gitaly/v16/internal/git"
-
-// Signature represents a commits signature, synced from internal/git.
-type Signature = git.Signature
-
-// NewSignature creates a new sanitized signature, syned from internal/git.
-var NewSignature = git.NewSignature