* Check if we're in a shallow clone by looking for /shallow.
()
| 606 | * Check if we're in a shallow clone by looking for <gitDir>/shallow. |
| 607 | */ |
| 608 | function isShallowClone(): Promise<boolean> { |
| 609 | return isShallowCloneFs() |
| 610 | } |
| 611 | |
| 612 | /** |
| 613 | * Capture untracked files (git diff doesn't include them). |
no outgoing calls
no test coverage detected