forked from x/icebergs
add some
This commit is contained in:
parent
e0fec66989
commit
165b57f23a
@ -220,6 +220,9 @@ func _repos_tag(m *ice.Message, tags string) string {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
func _repos_status(m *ice.Message, p string, repos *git.Repository) error {
|
func _repos_status(m *ice.Message, p string, repos *git.Repository) error {
|
||||||
|
if kit.IsIn(p, "go-git") {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
work, err := repos.Worktree()
|
work, err := repos.Worktree()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user