]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4013/diff.diff-tree_--cc_--patch-with-stat_--summary_side
Merge branch 'js/default-branch-name'
[thirdparty/git.git] / t / t4013 / diff.diff-tree_--cc_--patch-with-stat_--summary_side
CommitLineData
47979d5d
JH
1$ git diff-tree --cc --patch-with-stat --summary side
2c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a
dc801e71
ZJS
3 dir/sub | 2 ++
4 file0 | 3 +++
5 file3 | 4 ++++
7f814632 6 3 files changed, 9 insertions(+)
47979d5d
JH
7 create mode 100644 file3
8
9diff --git a/dir/sub b/dir/sub
10index 35d242b..7289e35 100644
11--- a/dir/sub
12+++ b/dir/sub
13@@ -1,2 +1,4 @@
14 A
15 B
16+1
17+2
18diff --git a/file0 b/file0
19index 01e79c3..f4615da 100644
20--- a/file0
21+++ b/file0
22@@ -1,3 +1,6 @@
23 1
24 2
25 3
26+A
27+B
28+C
29diff --git a/file3 b/file3
30new file mode 100644
31index 0000000..7289e35
32--- /dev/null
33+++ b/file3
34@@ -0,0 +1,4 @@
35+A
36+B
37+1
38+2
39$