Imported Upstream version 1.8.0
[platform/upstream/git.git] / t / t4013 / diff.diff_--patch-with-stat_-r_initial..side
1 $ git diff --patch-with-stat -r initial..side
2  dir/sub | 2 ++
3  file0   | 3 +++
4  file3   | 4 ++++
5  3 files changed, 9 insertions(+)
6
7 diff --git a/dir/sub b/dir/sub
8 index 35d242b..7289e35 100644
9 --- a/dir/sub
10 +++ b/dir/sub
11 @@ -1,2 +1,4 @@
12  A
13  B
14 +1
15 +2
16 diff --git a/file0 b/file0
17 index 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
27 diff --git a/file3 b/file3
28 new file mode 100644
29 index 0000000..7289e35
30 --- /dev/null
31 +++ b/file3
32 @@ -0,0 +1,4 @@
33 +A
34 +B
35 +1
36 +2
37 $