This commit is contained in:
@@ -204,7 +204,7 @@ export function parseDiffOutput(output: string): DiffFile[] {
|
|||||||
continue;
|
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) {
|
if (indexMatch && currentFile) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user