hide sha in the file tree

This commit is contained in:
tdurieux
2021-08-13 00:13:08 +02:00
parent 47f44fe41e
commit 70140bfb4b
3 changed files with 12 additions and 9 deletions

View File

@@ -55,8 +55,9 @@ export default class AnonymizedFile {
const paths = this.anonymizedPath.trim().split("/");
let currentAnonymized: TreeElement =
await this.repository.anonymizedFiles();
let currentAnonymized: TreeElement = await this.repository.anonymizedFiles({
includeSha: true,
});
let currentOriginal: TreeElement = await this.repository.files();
let currentOriginalPath = "";
let isAmbiguous = false;