Skip to content
Snippets Groups Projects

Fix wrong timestamps for files with the same name

Merged Nataliia Radina requested to merge 363436-incorrect-timestamps-and-messages into master
All threads resolved!
Files
43
@@ -110,7 +110,8 @@ export default {
@@ -110,7 +110,8 @@ export default {
}
}
return this.commits.find(
return this.commits.find(
(commitEntry) => cleanLeadingSeparator(commitEntry.filePath) === flatPath && commitEntry.type === type,
(commitEntry) =>
 
cleanLeadingSeparator(commitEntry.filePath) === flatPath && commitEntry.type === type,
);
);
},
},
},
},
Loading