]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4013/diff.diff-tree_--cc_master
t4013: add tests for diff/log family output options.
[thirdparty/git.git] / t / t4013 / diff.diff-tree_--cc_master
CommitLineData
3c2f75b5
JH
1$ git diff-tree --cc master
2176b998f5d647cbd77a9d8acf4531e930754d16d
3diff --cc dir/sub
4index cead32e,7289e35..992913c
5--- a/dir/sub
6+++ b/dir/sub
7@@@ -1,6 -1,4 +1,8 @@@
8 A
9 B
10 +C
11 +D
12 +E
13 +F
14+ 1
15+ 2
16diff --cc file0
17index b414108,f4615da..10a8a9f
18--- a/file0
19+++ b/file0
20@@@ -1,6 -1,6 +1,9 @@@
21 1
22 2
23 3
24 +4
25 +5
26 +6
27+ A
28+ B
29+ C
30$