未验证 提交 0da6ba90 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #95549 from avdg/git-pager

Do not let git use a pager
...@@ -540,7 +540,8 @@ export class Git { ...@@ -540,7 +540,8 @@ export class Git {
options.env = assign({}, process.env, this.env, options.env || {}, { options.env = assign({}, process.env, this.env, options.env || {}, {
VSCODE_GIT_COMMAND: args[0], VSCODE_GIT_COMMAND: args[0],
LC_ALL: 'en_US.UTF-8', LC_ALL: 'en_US.UTF-8',
LANG: 'en_US.UTF-8' LANG: 'en_US.UTF-8',
GIT_PAGER: 'cat'
}); });
if (options.cwd) { if (options.cwd) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册