1
0
forked from x/icebergs
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 { if p := ci.ParentCommit(0); p != nil {
oid = p.Oid oid = p.Oid
m.Debug("what %v %v", ci.Oid.Short(), oid.Short())
continue continue
} else {
m.Debug("what %v %v", ci.Oid.Short())
} }
} }
break break