mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +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 {
|
||||
oid = p.Oid
|
||||
m.Debug("what %v %v", ci.Oid.Short(), oid.Short())
|
||||
continue
|
||||
} else {
|
||||
m.Debug("what %v %v", ci.Oid.Short())
|
||||
}
|
||||
}
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user