mirror of
https://github.com/git/git.git
synced 2026-04-12 01:40:10 +02:00
git-whatchanged: use 'less -S' on the output to make it more user friendly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user