Merge pull request 'chore: bring upstream v1.20.0 into custom' (#2) from release/v1.20.0 into custom
This commit is contained in:
@@ -11,6 +11,8 @@ export const createWebGitAPI = (): GitAPI => ({
|
||||
getGitDiff: gitApiHttp.getGitDiff,
|
||||
getGitFileDiff: gitApiHttp.getGitFileDiff,
|
||||
getGitRangeDiff: gitApiHttp.getGitRangeDiff,
|
||||
getGitRangeFiles: gitApiHttp.getGitRangeFiles,
|
||||
getBranchBase: gitApiHttp.getBranchBase,
|
||||
revertGitFile: gitApiHttp.revertGitFile,
|
||||
stageGitFile: gitApiHttp.stageGitFile,
|
||||
stageGitFiles: gitApiHttp.stageGitFiles,
|
||||
|
||||
Reference in New Issue
Block a user