gitea源码

123456789101112131415
  1. // Copyright 2015 The Gogs Authors. All rights reserved.
  2. // Copyright 2019 The Gitea Authors. All rights reserved.
  3. // SPDX-License-Identifier: MIT
  4. //go:build gogit
  5. package git
  6. import (
  7. "github.com/go-git/go-git/v5/plumbing/object"
  8. )
  9. // Signature represents the Author or Committer information.
  10. type Signature = object.Signature