summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ba88e54)
raw | patch | inline | side by side (parent: ba88e54)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Mon, 13 Jun 2005 03:35:04 +0000 (20:35 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Mon, 13 Jun 2005 03:35:04 +0000 (20:35 -0700) |
If you want the raw stuff, just do
git-whatchanged --pretty=raw
and it wil act like it used to.
git-whatchanged --pretty=raw
and it wil act like it used to.
git-whatchanged | patch | blob | history |
diff --git a/git-whatchanged b/git-whatchanged
index 4a348ed263ea654792f7d4aaf851be84766a9609..7772260cd30e8f9a849f2857db3f3fd40e630d4f 100755 (executable)
--- a/git-whatchanged
+++ b/git-whatchanged
#!/bin/sh
-git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" | LESS="$LESS -S" ${PAGER:-less}
+git-rev-list HEAD | git-diff-tree --stdin --pretty -r "$@" | LESS="$LESS -S" ${PAGER:-less}