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