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:
parent
2ec9bf9048
commit
c20034be31
4 changed files with 13 additions and 3 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue