mirror of
https://github.com/go-gitea/gitea
synced 2025-07-21 09:48:37 +00: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