fe78b15309bff48ecb816f05036612ac00d8289f
1$ git format-patch --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
6
7This is the second commit.
8---
9 dir/sub | 2 ++
10 file0 | 3 +++
11 file2 | 3 ---
12 3 files changed, 5 insertions(+), 3 deletions(-)
13
14diff --git a/dir/sub b/dir/sub
15index 35d242b..8422d40 100644
16--- a/dir/sub
17+++ b/dir/sub
18@@ -1,2 +1,4 @@
19 A
20 B
21+C
22+D
23diff --git a/file0 b/file0
24index 01e79c3..b414108 100644
25--- a/file0
26+++ b/file0
27@@ -1,3 +1,6 @@
28 1
29 2
30 3
31+4
32+5
33+6
34diff --git a/file2 b/file2
35deleted file mode 100644
36index 01e79c3..0000000
37--- a/file2
38+++ /dev/null
39@@ -1,3 +0,0 @@
40-1
41-2
42-3
43--
44g-i-t--v-e-r-s-i-o-n
45
46
47From 9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0 Mon Sep 17 00:00:00 2001
48From: A U Thor <author@example.com>
49Date: Mon, 26 Jun 2006 00:02:00 +0000
50Subject: [PATCH] Third
51---
52 dir/sub | 2 ++
53 file1 | 3 +++
54 2 files changed, 5 insertions(+), 0 deletions(-)
55
56diff --git a/dir/sub b/dir/sub
57index 8422d40..cead32e 100644
58--- a/dir/sub
59+++ b/dir/sub
60@@ -2,3 +2,5 @@ A
61 B
62 C
63 D
64+E
65+F
66diff --git a/file1 b/file1
67new file mode 100644
68index 0000000..b1e6722
69--- /dev/null
70+++ b/file1
71@@ -0,0 +1,3 @@
72+A
73+B
74+C
75--
76g-i-t--v-e-r-s-i-o-n
77
78
79From c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a Mon Sep 17 00:00:00 2001
80From: A U Thor <author@example.com>
81Date: Mon, 26 Jun 2006 00:03:00 +0000
82Subject: [PATCH] Side
83---
84 dir/sub | 2 ++
85 file0 | 3 +++
86 file3 | 4 ++++
87 3 files changed, 9 insertions(+), 0 deletions(-)
88
89diff --git a/dir/sub b/dir/sub
90index 35d242b..7289e35 100644
91--- a/dir/sub
92+++ b/dir/sub
93@@ -1,2 +1,4 @@
94 A
95 B
96+1
97+2
98diff --git a/file0 b/file0
99index 01e79c3..f4615da 100644
100--- a/file0
101+++ b/file0
102@@ -1,3 +1,6 @@
103 1
104 2
105 3
106+A
107+B
108+C
109diff --git a/file3 b/file3
110new file mode 100644
111index 0000000..7289e35
112--- /dev/null
113+++ b/file3
114@@ -0,0 +1,4 @@
115+A
116+B
117+1
118+2
119--
120g-i-t--v-e-r-s-i-o-n
121
122$