projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca3ebdf
)
git-whatchanged: allow other pagers
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 21 May 2005 16:44:16 +0000
(09:44 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 21 May 2005 16:44:16 +0000
(09:44 -0700)
(but still try to use '-S' if using less)
git-whatchanged
patch
|
blob
|
history
diff --git
a/git-whatchanged
b/git-whatchanged
index
d80abcc
..
4a348ed
100755
(executable)
--- a/
git-whatchanged
+++ b/
git-whatchanged
@@
-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}