()
| 29 | |
| 30 | /** Clear cached git dir resolutions. Exported for testing only. */ |
| 31 | export function clearResolveGitDirCache(): void { |
| 32 | resolveGitDirCache.clear() |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * Resolve the actual .git directory for a repo. |
no test coverage detected