git:core.pager: Remove --quit-if-one-screen

The inconsistency annoys me.
This commit is contained in:
2025-09-03 10:02:06 +02:00
parent 9271a293cb
commit a49cbcae21

View File

@@ -67,8 +67,7 @@
[core]
abbrev = 12
#pager = delta
pager = diff-so-fancy \
| less --tabs=8 --RAW-CONTROL-CHARS --quit-if-one-screen
pager = diff-so-fancy | less --tabs=8 --RAW-CONTROL-CHARS
whitespace = trailing-spaces,space-before-tab,indent-with-non-tab
[delta]
navigate = true