mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	Fix #643
This commit is contained in:
		| @@ -402,6 +402,8 @@ func RepoAssignment(redirect bool, args ...bool) macaron.Handler { | ||||
| 		// repo is bare and display enable | ||||
| 		if ctx.Repo.Repository.IsBare { | ||||
| 			log.Debug("Bare repository: %s", ctx.Repo.RepoLink) | ||||
| 			// NOTE: to prevent templating error | ||||
| 			ctx.Data["BranchName"] = "" | ||||
| 			if displayBare { | ||||
| 				ctx.HTML(200, "repo/bare") | ||||
| 			} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user