diff-tree: support list if input trees on stdin
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 6 May 2005 17:03:17 +0000 (10:03 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 6 May 2005 17:03:17 +0000 (10:03 -0700)
commite0965d83c533e8b6a51f1c6c1be12f5edee5ca65
treec5ee2c11b8d4214dd6fde6388a12060e5d86b06c
parentfcfda02bc7e3a9dacf63fa43df8eee530a471f96
diff-tree: support list if input trees on stdin

This means that you can do

git-rev-list HEAD --max-count=10 | git-diff-tree --stdin update-cache.c

to see which (if any) of the last ten commits changed update-cache.c.

Use the "-m" flag to see merges too. Normally they are suppressed.
diff-tree.c