author | Junio C Hamano <junkio@cox.net> | |
Wed, 25 May 2005 06:24:22 +0000 (23:24 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 25 May 2005 16:32:54 +0000 (09:32 -0700) | ||
commit | 4cae1a967a99962e51777fcc950321902cce0adf | |
tree | f4a66b47e0671df3058c6487fe39d30f83150dd0 | tree | snapshot |
parent | f4d89f26cec4e2de3abde7fb2ab3aed8840d5435 | commit | diff |
[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>
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 | blob | history | |
diff-tree.c | diff | blob | history |