(gitcmd git.GitInterface)
| 76 | } |
| 77 | |
| 78 | func RepoConfigFilePath(gitcmd git.GitInterface) string { |
| 79 | rootdir := gitcmd.RootDir() |
| 80 | filepath := filepath.Clean(path.Join(rootdir, ".spr.yml")) |
| 81 | return filepath |
| 82 | } |
| 83 | |
| 84 | func UserConfigFilePath() string { |
| 85 | rootdir, err := os.UserHomeDir() |