blob: 5424e6d5669ac11b55376f414439213643d6eade [file] [log] [blame]
Junio C Hamanob319b022006-07-01 22:02:17 -07001$ git diff --patch-with-stat initial..side
Zbigniew Jędrzejewski-Szmekdc801e72012-04-30 22:38:58 +02002 dir/sub | 2 ++
3 file0 | 3 +++
4 file3 | 4 ++++
Nguyễn Thái Ngọc Duy7f814632012-02-01 19:55:07 +07005 3 files changed, 9 insertions(+)
Junio C Hamanob319b022006-07-01 22:02:17 -07006
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$