(args []string)
| 290 | } |
| 291 | |
| 292 | func gitConfigCommand(args []string) []string { |
| 293 | cmd := []string{"config"} |
| 294 | return append(cmd, args...) |
| 295 | } |
| 296 | |
| 297 | func Alias(name string) (string, error) { |
| 298 | return Config(fmt.Sprintf("alias.%s", name)) |
no outgoing calls
no test coverage detected
searching dependent graphs…