combine-diff: treat --summary like --stat
authorJeff King <peff@peff.net>
Thu, 24 Jan 2019 12:35:40 +0000 (07:35 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Jan 2019 20:18:53 +0000 (12:18 -0800)
commit04b19fcafd734245e61fd1c090cd7de8c2993eaa
treea854de97fc20da34375096928079dbe2d376f6dd
parent8290faa077784a2518d0a77b448ca2987c3baf07
combine-diff: treat --summary like --stat

Currently "--cc --summary" on a merge shows nothing. Since we show "--cc
--stat" as a stat against the first parent, and because --summary is
typically used in combination with --stat, it makes sense to treat them
both the same way.

Note that we have to tweak t4013's setup a bit to test this case, as the
existing merges do not have any --summary results against their first
parent. But since the merge at the tip of 'master' does add and remove
files with respect to the second parent, we can just make a reversed
doppelganger merge where the parents are swapped.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
combine-diff.c
t/t4013-diff-various.sh
t/t4013/diff.diff-tree_--cc_--summary_REVERSE [new file with mode: 0644]