mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-15 01:25:42 -05:00
Adds paging support to repo/file history quick picks (wip)
This commit is contained in:
@@ -40,7 +40,7 @@ export const GitBlameFormat = {
|
||||
porcelain: '--porcelain' as GitBlameFormat
|
||||
};
|
||||
|
||||
export default class Git {
|
||||
export class Git {
|
||||
|
||||
static normalizePath(fileName: string, repoPath?: string) {
|
||||
return fileName.replace(/\\/g, '/');
|
||||
|
||||
Reference in New Issue
Block a user