* Check if we're in a shallow clone by looking for /shallow.
()
| 621 | * Check if we're in a shallow clone by looking for <gitDir>/shallow. |
| 622 | */ |
| 623 | function isShallowClone(): Promise<boolean> { |
| 624 | return isShallowCloneFs() |
| 625 | } |
| 626 | |
| 627 | /** |
| 628 | * Capture untracked files (git diff doesn't include them). |
no outgoing calls
no test coverage detected