mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-08 13:28:25 +08:00
Display the branch name in the commit view (#5950)
* add branch info * Remove blank lines * Remove blank lines * update git dependency
This commit is contained in:
1
vendor/code.gitea.io/git/commit.go
generated
vendored
1
vendor/code.gitea.io/git/commit.go
generated
vendored
@ -18,6 +18,7 @@ import (
|
||||
|
||||
// Commit represents a git commit.
|
||||
type Commit struct {
|
||||
Branch string // Branch this commit belongs to
|
||||
Tree
|
||||
ID SHA1 // The ID of this commit object
|
||||
Author *Signature
|
||||
|
Reference in New Issue
Block a user