Skip to content

Commit

Permalink
git-whatchanged: allow other pagers
Browse files Browse the repository at this point in the history
(but still try to use '-S' if using less)
  • Loading branch information
Linus Torvalds committed May 21, 2005
1 parent ca3ebdf commit c8265ac
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 "$@" | less -S
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}

0 comments on commit c8265ac

Please sign in to comment.