Skip to content

Commit

Permalink
git-whatchanged: use 'less -S' on the output to make it more user fri…
Browse files Browse the repository at this point in the history
…endly
  • Loading branch information
Linus Torvalds committed May 19, 2005
1 parent 5c97558 commit ce7d9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-whatchanged
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ce7d9c9

Please sign in to comment.