Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15

Re: confusion with git diff-tree output

From: Jan Krüger <hidden>
Date: 2016-06-15 22:47:35

David Roundy [off-list ref] wrote:
I've been struggling with trying to figure out how to make diff-tree
output the actual files changed.  Below is the output when I run
diff-tree on a given commit.  It reports that the directory is
modified, rather than that a single file within that directory is
modified.
Tree objects are recursively nested, i.e.
66b67ea1763799c0b2ac01f6803177ca870f6544 M	Iolaus
is a reference to another tree object... and since a file in that
subtree changed, a new tree object that contains a different file
record is now referenced as "Iolaus".

By default git diff-tree doesn't recurse, but you can use -r for that.
Which is documented, I might add. ;)

Jan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help