Sometimes I do a git grep
, and there's that one line which is so long it takes up half a page or more because of line wrapping. How can I tell git grep
to turn of line wrapping, instead requiring me to scroll to the right if I want to see the rest of a long line?
I'm using Terminal on OSX, if that's relevant. https://git-scm.com/docs/git-grep didn't indicate which program the git grep
command outputs to, if any.