forked from x/icebergs
add some
This commit is contained in:
parent
a281411239
commit
b1ac4e9b38
@ -240,7 +240,7 @@ func _repos_status(m *ice.Message, p string, repos *git.Repository) error {
|
||||
m.PushButton(COMMIT)
|
||||
}
|
||||
}
|
||||
if p == path.Base(kit.Path("")) {
|
||||
if !kit.IsIn(ice.USR_LOCAL_EXPORT, ignore...) && p == path.Base(kit.Path("")) {
|
||||
var tree *object.Tree
|
||||
if refer, err := repos.Head(); err == nil {
|
||||
if commit, err := repos.CommitObject(refer.Hash()); err == nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user