Code

e6d0c80567fb060d55ebedd4ff59242c7c19a035
[git.git] / t / t4013 / diff.diff-tree_--cc_--patch-with-stat_--summary_master
1 $ git diff-tree --cc --patch-with-stat --summary master
2 176b998f5d647cbd77a9d8acf4531e930754d16d
3  dir/sub |    2 ++
4  file0   |    3 +++
5  2 files changed, 5 insertions(+), 0 deletions(-)
8 diff --cc dir/sub
9 index 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
21 diff --cc file0
22 index 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 $