author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 6 May 2005 18:42:47 +0000 (11:42 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 6 May 2005 18:42:47 +0000 (11:42 -0700) | ||
commit | cee99d2257790edea79a11513032f95475e07acc | |
tree | b05973b2043ab489e11075fcfe28bc3cc30e032b | tree | snapshot |
parent | bd2c39f58f915af532b488c5bda753314f0db603 | commit | diff |
diff-tree: add "verbose header" mode
This allows you to trivially do fancy and readable output. Something like
git-rev-list HEAD | git-diff-tree -p -v --stdin kernel/ | less -S
gives a nice output of what has changed in the kernel/ subdirectory lately.
This allows you to trivially do fancy and readable output. Something like
git-rev-list HEAD | git-diff-tree -p -v --stdin kernel/ | less -S
gives a nice output of what has changed in the kernel/ subdirectory lately.
diff-tree.c | diff | blob | history |