Skip to content

Commit bf9146e

Browse files
committed
User 'cat' as GIT_PAGER option
1 parent 0575001 commit bf9146e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/git/src/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ export class Git {
541541
VSCODE_GIT_COMMAND: args[0],
542542
LC_ALL: 'en_US.UTF-8',
543543
LANG: 'en_US.UTF-8',
544-
GIT_PAGER: ''
544+
GIT_PAGER: 'cat'
545545
});
546546

547547
if (options.cwd) {

0 commit comments

Comments
 (0)