From c20034be31034f135f4e5f0a995ae82c318516c2 Mon Sep 17 00:00:00 2001 From: Lanre Adelowo Date: Tue, 5 Feb 2019 22:47:01 +0100 Subject: Display the branch name in the commit view (#5950) * add branch info * Remove blank lines * Remove blank lines * update git dependency --- vendor/code.gitea.io/git/commit.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/code.gitea.io/git/commit.go') diff --git a/vendor/code.gitea.io/git/commit.go b/vendor/code.gitea.io/git/commit.go index 227df09b7d..36b8d54565 100644 --- a/vendor/code.gitea.io/git/commit.go +++ b/vendor/code.gitea.io/git/commit.go @@ -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 -- cgit v1.2.3