mirror of
https://shylinux.com/x/icebergs
synced 2025-04-29 18:39:21 +08:00
opt some
This commit is contained in:
parent
d8ee0e91c3
commit
b791c5aa77
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user