This commit is contained in:
@@ -204,7 +204,7 @@ export function parseDiffOutput(output: string): DiffFile[] {
|
||||
continue;
|
||||
}
|
||||
|
||||
const indexMatch = line.match(/^index [a-f0-9]+\.[a-f0-9]+/);
|
||||
const indexMatch = line.match(/^index [a-f0-9]+\.[.a-f0-9]+/);
|
||||
if (indexMatch && currentFile) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user