[PATCH] show changed tree objects with recursive git-diff-tree
authorJunio C Hamano <junkio@cox.net>
Wed, 25 May 2005 06:24:22 +0000 (23:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 25 May 2005 16:32:54 +0000 (09:32 -0700)
commit4cae1a967a99962e51777fcc950321902cce0adf
treef4a66b47e0671df3058c6487fe39d30f83150dd0
parentf4d89f26cec4e2de3abde7fb2ab3aed8840d5435
[PATCH] show changed tree objects with recursive git-diff-tree

This adds a "-t" flag to tell the raw diff output to include the tree
objects in the output when doing a recursive diff.

Since that's how the non-recursive output already handles trees and the
flag thus doesn't make sense without "-r", I made "-t" imply "-r".

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/git-diff-tree.txt
diff-tree.c