From 206771b994250694196cc77051276029486d13c5 Mon Sep 17 00:00:00 2001 From: shaoying Date: Tue, 17 Nov 2020 21:34:16 +0800 Subject: [PATCH] opt some --- misc/git/status.go | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/git/status.go b/misc/git/status.go index a8ff0286..a98e1179 100644 --- a/misc/git/status.go +++ b/misc/git/status.go @@ -95,7 +95,6 @@ func init() { list := []string{} switch vs[0] { case "##": - list = append(list, mdb.CREATE) if strings.Contains(vs[1], "ahead") { list = append(list, PUSH) }