mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
git-whatchanged: allow other pagers
(but still try to use '-S' if using less)
This commit is contained in:
parent
ca3ebdf5b2
commit
c8265ac096
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user