mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-15 17:25:33 -05:00
Refactors git models & parsers
Adds full git status parsing Adds git status info into status quick pick Switches to async/await in file blame/log
This commit is contained in:
@@ -87,9 +87,9 @@ export class GitUri extends Uri {
|
||||
}
|
||||
|
||||
export interface IGitCommitInfo {
|
||||
sha: string;
|
||||
repoPath: string;
|
||||
fileName: string;
|
||||
repoPath: string;
|
||||
sha?: string;
|
||||
originalFileName?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user