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