mirror of
https://gitee.com/gitea/gitea
synced 2025-11-08 02:20:24 +08: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