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

signature.go « git2go « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d66ed5e0e62d08ba8d5bf19c7552ef35a903df5 (plain)
1
2
3
4
5
6
7
8
9
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