summaryrefslogtreecommitdiffstats
path: root/modules/git/signature_gogit.go
blob: 1fc6aabceb4f40409fb6b9892fc40298e7f326c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2015 The Gogs Authors. All rights reserved.
// Copyright 2019 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT

//go:build gogit

package git

import (
	"github.com/go-git/go-git/v5/plumbing/object"
)

// Signature represents the Author or Committer information.
type Signature = object.Signature