Browse Source

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

maint
Linus Torvalds 20 years ago
parent
commit
ce7d9c9c3c
  1. 2
      git-whatchanged

2
git-whatchanged

@ -1,2 +1,2 @@ @@ -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…
Cancel
Save