diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-06-28 23:56:41 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-06-28 23:56:41 +0800 |
commit | 1c46d68abaf08890e10386b3af674233b4dda2d3 (patch) | |
tree | ee366ead93743202b7a1d92936cbaaed76623867 /modules/middleware/context.go | |
parent | 4ce2fa520a1d9c36febd19562015107b74a4bc1d (diff) |
bug fixed for message tag
Diffstat (limited to 'modules/middleware/context.go')
-rw-r--r-- | modules/middleware/context.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/middleware/context.go b/modules/middleware/context.go index 45f0140a..8e7ac420 100644 --- a/modules/middleware/context.go +++ b/modules/middleware/context.go @@ -56,8 +56,10 @@ type Context struct { Repository *models.Repository Owner *models.User Commit *git.Commit + Tag *git.Tag GitRepo *git.Repository BranchName string + TagName string CommitId string RepoLink string CloneLink struct { |