Re: [PATCH] diff-tree: do not show the sha1 of the given head with --quiet
From: Sebastian Schuberth <hidden> Date: 2016-06-15 23:05:52
On Thu, Jul 23, 2015 at 8:08 PM, Jeff King [off-list ref] wrote:
mode. Actually asking for a two-endpoint tree diff:
git diff-tree --quiet --ignore-space-change $commit^ $commit
will do what you want.
Yes, I know, thanks. But I deliberately wanted to specify only a
single commit as an optimization, hoping that it would be slightly
faster than computing a commit range.
--
Sebastian Schuberth