This commit is contained in:
Unknown 2014-05-13 12:40:32 -04:00
parent c117f9e73f
commit 98dbbae2ef
6 changed files with 7 additions and 6 deletions

View file

@ -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)