4de9091a4059ea9b64b346cbb131852b43c123b4
1$ git format-patch --attach --stdout initial..master^
2From 7952a93e09bf565b5592766a438b40cd81f4846f Mon Sep 17 00:00:00 2001
3From: A U Thor <author@example.com>
4Date: Mon, 26 Jun 2006 00:01:00 +0000
5Subject: [PATCH] Second
6MIME-Version: 1.0
7Content-Type: multipart/mixed;
8 boundary="------------g-i-t--v-e-r-s-i-o-n"
9
10This is a multi-part message in MIME format.
11--------------g-i-t--v-e-r-s-i-o-n
12Content-Type: text/plain; charset=UTF-8; format=fixed
13Content-Transfer-Encoding: 8bit
14---
15 dir/sub | 2 ++
16 file0 | 3 +++
17 file2 | 3 ---
18 3 files changed, 5 insertions(+), 3 deletions(-)
19--------------g-i-t--v-e-r-s-i-o-n
20Content-Type: text/x-patch;
21 name="7952a93e09bf565b5592766a438b40cd81f4846f.diff"
22Content-Transfer-Encoding: 8bit
23Content-Disposition: inline;
24 filename="7952a93e09bf565b5592766a438b40cd81f4846f.diff"
25
26diff --git a/dir/sub b/dir/sub
27index 35d242b..8422d40 100644
28--- a/dir/sub
29+++ b/dir/sub
30@@ -1,2 +1,4 @@
31 A
32 B
33+C
34+D
35diff --git a/file0 b/file0
36index 01e79c3..b414108 100644
37--- a/file0
38+++ b/file0
39@@ -1,3 +1,6 @@
40 1
41 2
42 3
43+4
44+5
45+6
46diff --git a/file2 b/file2
47deleted file mode 100644
48index 01e79c3..0000000
49--- a/file2
50+++ /dev/null
51@@ -1,3 +0,0 @@
52-1
53-2
54-3
55
56--------------g-i-t--v-e-r-s-i-o-n--
57
58
59
60From 889b315013ef9f2e2f90aa0b054b267c8a557847 Mon Sep 17 00:00:00 2001
61From: A U Thor <author@example.com>
62Date: Mon, 26 Jun 2006 00:02:00 +0000
63Subject: [PATCH] Third
64MIME-Version: 1.0
65Content-Type: multipart/mixed;
66 boundary="------------g-i-t--v-e-r-s-i-o-n"
67
68This is a multi-part message in MIME format.
69--------------g-i-t--v-e-r-s-i-o-n
70Content-Type: text/plain; charset=UTF-8; format=fixed
71Content-Transfer-Encoding: 8bit
72---
73 dir/sub | 2 ++
74 file1 | 3 +++
75 2 files changed, 5 insertions(+), 0 deletions(-)
76--------------g-i-t--v-e-r-s-i-o-n
77Content-Type: text/x-patch;
78 name="889b315013ef9f2e2f90aa0b054b267c8a557847.diff"
79Content-Transfer-Encoding: 8bit
80Content-Disposition: inline;
81 filename="889b315013ef9f2e2f90aa0b054b267c8a557847.diff"
82
83diff --git a/dir/sub b/dir/sub
84index 8422d40..cead32e 100644
85--- a/dir/sub
86+++ b/dir/sub
87@@ -2,3 +2,5 @@ A
88 B
89 C
90 D
91+E
92+F
93diff --git a/file1 b/file1
94new file mode 100644
95index 0000000..b1e6722
96--- /dev/null
97+++ b/file1
98@@ -0,0 +1,3 @@
99+A
100+B
101+C
102
103--------------g-i-t--v-e-r-s-i-o-n--
104
105
106$