mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Fix #166
This commit is contained in:
		| @@ -226,7 +226,6 @@ func RepoAssignment(redirect bool, args ...bool) martini.Handler { | ||||
|  | ||||
| 			ctx.Data["IsBranch"] = ctx.Repo.IsBranch | ||||
| 			ctx.Data["IsCommit"] = ctx.Repo.IsCommit | ||||
| 			log.Debug("Repo.Commit: %v", ctx.Repo.Commit) | ||||
| 		} | ||||
|  | ||||
| 		log.Debug("displayBare: %v; IsBare: %v", displayBare, ctx.Repo.Repository.IsBare) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user