Post #4074610
2026-07-24 22:45 UTC
A lot of #git commands are annoying on #OpenBSD because their output always fills the screen: e.g. “git branch” shows
main
my-other-branch
~
~
~
~
~
[and so on, filling the screen]
To fix, run
git config --global core.pager 'less -c'
but beware! Using this setting on Linux *causes* the same problem we saw on OpenBSD, since less interprets the “-c” flag the opposite way.
Replies (0)
No replies.