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:
Lanre Adelowo 2019-02-05 22:47:01 +01:00 committed by zeripath
parent 2ec9bf9048
commit c20034be31
4 changed files with 13 additions and 3 deletions

1
vendor/code.gitea.io/git/commit.go generated vendored
View file

@ -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