mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
hide sha in the file tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user