mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
c8265ac096
(but still try to use '-S' if using less)
2 lines
96 B
Bash
Executable file
2 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}
|