0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-28 20:19:01 +02:00

bug fixed

This commit is contained in:
Lunny Xiao 2014-03-23 17:13:22 +08:00
parent 21a138a75a
commit c4287bafab

View file

@ -227,7 +227,7 @@ func runServ(k *cli.Context) {
return
}
if ref, ok = refs[refname]; !ok {
println("unknow reference name", refname)
println("unknow reference name -", refname, "-")
return
}
l, err = ref.AllCommits()