1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
shaoying 2022-12-09 11:39:18 +08:00
parent d8ee0e91c3
commit b791c5aa77

View File

@ -76,7 +76,10 @@ func _repos_commit(m *ice.Message, dir, branch string, cb func(*gogit.Commit, *g
}
if p := ci.ParentCommit(0); p != nil {
oid = p.Oid
m.Debug("what %v %v", ci.Oid.Short(), oid.Short())
continue
} else {
m.Debug("what %v %v", ci.Oid.Short())
}
}
break