mirror of
https://github.com/git/git.git
synced 2024-11-24 18:33:43 +08:00
git-whatchanged: use 'less -S' on the output to make it more user friendly
This commit is contained in:
parent
5c97558c9a
commit
ce7d9c9c3c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user