git-whatchanged: use 'less -S' on the output to make it more user friendly
parent
5c97558c9a
commit
ce7d9c9c3c
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@"
|
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | less -S
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue