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

Function gitRootDir

mob.go:1018–1020  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1016}
1017
1018func gitRootDir() string {
1019 return silentgit("rev-parse", "--show-toplevel")
1020}
1021
1022func squashOrCommit(configuration config.Configuration) string {
1023 if configuration.DoneSquash == config.Squash {

Callers 5

TestGitRootDirFunction · 0.85
runFunction · 0.85

Calls 1

silentgitFunction · 0.85

Tested by 2

TestGitRootDirFunction · 0.68