| 26 | | { kind: 'changed'; x: string; y: string; path: string } |
| 27 | | { kind: 'unmerged'; path: string }; |
| 28 | |
| 29 | /** |
| 30 | * Parse one `git status --porcelain=v2 --branch` line. |
| 31 | * The old `split(' ')[8]` parser dropped everything after the first space in a |
nothing calls this directly
no outgoing calls
no test coverage detected