Re: confusion with git diff-tree output
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:47:36
Jeff King [off-list ref] writes:
On Wed, Oct 21, 2009 at 06:23:08PM -0400, David Roundy wrote:quoted
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.It's due to hysterical raisins: http://article.gmane.org/gmane.comp.version-control.git/54078
Just to make sure, the Porcelain "diff" does recurse even with --raw and "diff-tree" doesn't for historical reasons, right?