mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 10:58:34 -05:00
Comments out unused props
This commit is contained in:
@@ -11,14 +11,14 @@ interface IBlameEntry {
|
|||||||
lineCount: number;
|
lineCount: number;
|
||||||
|
|
||||||
author?: string;
|
author?: string;
|
||||||
authorEmail?: string;
|
// authorEmail?: string;
|
||||||
authorDate?: string;
|
authorDate?: string;
|
||||||
authorTimeZone?: string;
|
authorTimeZone?: string;
|
||||||
|
|
||||||
committer?: string;
|
// committer?: string;
|
||||||
committerEmail?: string;
|
// committerEmail?: string;
|
||||||
committerDate?: string;
|
// committerDate?: string;
|
||||||
committerTimeZone?: string;
|
// committerTimeZone?: string;
|
||||||
|
|
||||||
previousSha?: string;
|
previousSha?: string;
|
||||||
previousFileName?: string;
|
previousFileName?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user