diff-tree: add "verbose header" mode
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 6 May 2005 18:42:47 +0000 (11:42 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 6 May 2005 18:42:47 +0000 (11:42 -0700)
commitcee99d2257790edea79a11513032f95475e07acc
treeb05973b2043ab489e11075fcfe28bc3cc30e032b
parentbd2c39f58f915af532b488c5bda753314f0db603
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.
diff-tree.c