projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c97558
)
git-whatchanged: use 'less -S' on the output to make it more user friendly
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Thu, 19 May 2005 16:07:19 +0000
(09:07 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Thu, 19 May 2005 16:07:19 +0000
(09:07 -0700)
git-whatchanged
patch
|
blob
|
history
diff --git
a/git-whatchanged
b/git-whatchanged
index
542067d
..
d80abcc
100755
(executable)
--- a/
git-whatchanged
+++ b/
git-whatchanged
@@
-1,2
+1,2
@@
#!/bin/sh
-git-rev-list HEAD | git-diff-tree --stdin -v -r "$@"
+git-rev-list HEAD | git-diff-tree --stdin -v -r "$@"
| less -S