[mike@mwxm4]
This commit is contained in:
@@ -47,7 +47,7 @@ var builtinCmds = map[string]bool{
|
||||
"pushremote": true, "deleteremote": true, "overview": true, "archive": true, "init": true,
|
||||
"login": true, "cd": true, "checkout": true, "clone": true, "cloneall": true,
|
||||
"count": true, "tag": true, "alias": true,
|
||||
"unalias": true, "config": true, "release": true,
|
||||
"unalias": true, "config": true, "release": true, "update": true,
|
||||
}
|
||||
|
||||
func isBuiltin(name string) bool { return builtinCmds[name] }
|
||||
|
||||
Reference in New Issue
Block a user