diff --git a/misc/git/repos.go b/misc/git/repos.go index 9140bfc9..2c484d3a 100644 --- a/misc/git/repos.go +++ b/misc/git/repos.go @@ -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