Browse Source

git-whatchanged: allow other pagers

(but still try to use '-S' if using less)
maint
Linus Torvalds 20 years ago
parent
commit
c8265ac096
  1. 2
      git-whatchanged

2
git-whatchanged

@ -1,2 +1,2 @@
#!/bin/sh #!/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…
Cancel
Save