mirror of
https://github.com/git/git.git
synced 2026-01-11 18:45:28 +00:00
git-whatchanged: allow other pagers
(but still try to use '-S' if using less)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user