t / t4013 / diff.diff-tree_--cc_--patch-with-stat_--summary_masteron commit t4013: add more tests around -c and --cc (47979d5)
   1$ git diff-tree --cc --patch-with-stat --summary master
   2176b998f5d647cbd77a9d8acf4531e930754d16d
   3 dir/sub |    2 ++
   4 file0   |    3 +++
   5 2 files changed, 5 insertions(+), 0 deletions(-)
   6
   7
   8diff --cc dir/sub
   9index cead32e,7289e35..992913c
  10--- a/dir/sub
  11+++ b/dir/sub
  12@@@ -1,6 -1,4 +1,8 @@@
  13  A
  14  B
  15 +C
  16 +D
  17 +E
  18 +F
  19+ 1
  20+ 2
  21diff --cc file0
  22index b414108,f4615da..10a8a9f
  23--- a/file0
  24+++ b/file0
  25@@@ -1,6 -1,6 +1,9 @@@
  26  1
  27  2
  28  3
  29 +4
  30 +5
  31 +6
  32+ A
  33+ B
  34+ C
  35$