mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	bug fixed for message tag
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user