Merge branch 'jk/enable-test-lint-by-default' into maint
[git/jnareb-git.git] / t / t4013 / diff.diff-tree_--cc_--patch-with-stat_--summary_side
blobcec33fa3f02b2b8990b51b61c6e1f361e9c9b208
1 $ git diff-tree --cc --patch-with-stat --summary side
2 c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
3  dir/sub | 2 ++
4  file0   | 3 +++
5  file3   | 4 ++++
6  3 files changed, 9 insertions(+)
7  create mode 100644 file3
9 diff --git a/dir/sub b/dir/sub
10 index 35d242b..7289e35 100644
11 --- a/dir/sub
12 +++ b/dir/sub
13 @@ -1,2 +1,4 @@
14  A
15  B
18 diff --git a/file0 b/file0
19 index 01e79c3..f4615da 100644
20 --- a/file0
21 +++ b/file0
22 @@ -1,3 +1,6 @@
23  1
24  2
25  3
29 diff --git a/file3 b/file3
30 new file mode 100644
31 index 0000000..7289e35
32 --- /dev/null
33 +++ b/file3
34 @@ -0,0 +1,4 @@