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

Re: confusion with git diff-tree output

From: David Roundy <hidden>
Date: 2016-06-15 22:47:35

You're right.  I figured I must be overlooking something obvious, and
that was it.  What surprised me was that -p implies -r, which is not
documented.  Since the -p output was recursive, I incorrectly presumed
that this was the default.

David

On Wed, Oct 21, 2009 at 1:51 PM, Jan Krüger [off-list ref] wrote:
Tree objects are recursively nested, i.e.
quoted
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. ;)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help