How to apply `git --no-pager` for specific commands?
I realize that you can do git --no-pager <command> to prevent the output from being run through a pager. I also realize you can use, for instance, git config --global core.pager cat. However...