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