We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e9a95 commit b37205cCopy full SHA for b37205c
bin/git-diff-no-wrap
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+# Useful when you have a pager that wraps but want to not use it sometimes
3
+
4
+set -e
5
6
+GIT_PAGER="less -S" git diff "$@"
0 commit comments