MCPcopy Index your code
hub / github.com/mislav/hub / gitConfigCommand

Function gitConfigCommand

git/git.go:292–295  ·  view source on GitHub ↗
(args []string)

Source from the content-addressed store, hash-verified

290}
291
292func gitConfigCommand(args []string) []string {
293 cmd := []string{"config"}
294 return append(cmd, args...)
295}
296
297func Alias(name string) (string, error) {
298 return Config(fmt.Sprintf("alias.%s", name))

Callers 3

ConfigAllFunction · 0.85
gitGetConfigFunction · 0.85
gitConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…