MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / gitUserName

Function gitUserName

mob.go:1092–1095  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1090}
1091
1092func gitUserName() string {
1093 output, _ := silentgitignorefailure("config", "--get", "user.name")
1094 return output
1095}
1096
1097func gitUserEmail() string {
1098 return silentgit("config", "--get", "user.email")

Callers 2

getUserForMobTimerFunction · 0.85
showNextFunction · 0.85

Calls 1

silentgitignorefailureFunction · 0.85

Tested by

no test coverage detected