How to force git's pager to wrap long lines?
On most machines where I use git, long lines in the output of commands like git diff and git show are wrapped. On one machine, though, long lines are truncated, and I have to use the left and right arrow keys to scroll the screen horizontally. I don’t like this behavior at all, and I… Read More How to force git's pager to wrap long lines?