git-whatchanged: use 'less -S' on the output to make it more user friendly

This commit is contained in:
Linus Torvalds 2005-05-19 09:07:19 -07:00
parent 5c97558c9a
commit ce7d9c9c3c

View file

@ -1,2 +1,2 @@
#!/bin/sh
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@"
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | less -S