gitconfig: don't use pager
This commit is contained in:
parent
73904ff4d1
commit
3bf8396423
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@
|
||||||
autocorrect = 1
|
autocorrect = 1
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
[core]
|
||||||
|
pager = cat
|
||||||
|
|
Loading…
Reference in a new issue