1
0
forked from x/icebergs
This commit is contained in:
shylinux 2024-01-09 09:03:04 +08:00
parent e0fec66989
commit 165b57f23a

View File

@ -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 {
if kit.IsIn(p, "go-git") {
return nil
}
work, err := repos.Worktree()
if err != nil {
return err