34af347d64d17e12845a50b776b714a51a71e131
   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--------------g-i-t--v-e-r-s-i-o-n
  23Content-Type: text/x-patch;
  24 name="1bde4ae5f36c8d9abe3a0fce0c6aab3c4a12fe44.diff"
  25Content-Transfer-Encoding: 8bit
  26Content-Disposition: inline;
  27 filename="1bde4ae5f36c8d9abe3a0fce0c6aab3c4a12fe44.diff"
  28
  29diff --git a/dir/sub b/dir/sub
  30index 35d242b..8422d40 100644
  31--- a/dir/sub
  32+++ b/dir/sub
  33@@ -1,2 +1,4 @@
  34 A
  35 B
  36+C
  37+D
  38diff --git a/file0 b/file0
  39index 01e79c3..b414108 100644
  40--- a/file0
  41+++ b/file0
  42@@ -1,3 +1,6 @@
  43 1
  44 2
  45 3
  46+4
  47+5
  48+6
  49diff --git a/file2 b/file2
  50deleted file mode 100644
  51index 01e79c3..0000000
  52--- a/file2
  53+++ /dev/null
  54@@ -1,3 +0,0 @@
  55-1
  56-2
  57-3
  58
  59--------------g-i-t--v-e-r-s-i-o-n--
  60
  61
  62
  63From 9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0 Mon Sep 17 00:00:00 2001
  64From: A U Thor <author@example.com>
  65Date: Mon, 26 Jun 2006 00:02:00 +0000
  66Subject: [PATCH] Third
  67MIME-Version: 1.0
  68Content-Type: multipart/mixed;
  69 boundary="------------g-i-t--v-e-r-s-i-o-n"
  70
  71This is a multi-part message in MIME format.
  72--------------g-i-t--v-e-r-s-i-o-n
  73Content-Type: text/plain; charset=UTF-8; format=fixed
  74Content-Transfer-Encoding: 8bit
  75---
  76 dir/sub |    2 ++
  77 file1   |    3 +++
  78 2 files changed, 5 insertions(+), 0 deletions(-)
  79--------------g-i-t--v-e-r-s-i-o-n
  80Content-Type: text/x-patch;
  81 name="9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0.diff"
  82Content-Transfer-Encoding: 8bit
  83Content-Disposition: inline;
  84 filename="9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0.diff"
  85
  86diff --git a/dir/sub b/dir/sub
  87index 8422d40..cead32e 100644
  88--- a/dir/sub
  89+++ b/dir/sub
  90@@ -2,3 +2,5 @@ A
  91 B
  92 C
  93 D
  94+E
  95+F
  96diff --git a/file1 b/file1
  97new file mode 100644
  98index 0000000..b1e6722
  99--- /dev/null
 100+++ b/file1
 101@@ -0,0 +1,3 @@
 102+A
 103+B
 104+C
 105
 106--------------g-i-t--v-e-r-s-i-o-n--
 107
 108
 109
 110From c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a Mon Sep 17 00:00:00 2001
 111From: A U Thor <author@example.com>
 112Date: Mon, 26 Jun 2006 00:03:00 +0000
 113Subject: [PATCH] Side
 114MIME-Version: 1.0
 115Content-Type: multipart/mixed;
 116 boundary="------------g-i-t--v-e-r-s-i-o-n"
 117
 118This is a multi-part message in MIME format.
 119--------------g-i-t--v-e-r-s-i-o-n
 120Content-Type: text/plain; charset=UTF-8; format=fixed
 121Content-Transfer-Encoding: 8bit
 122---
 123 dir/sub |    2 ++
 124 file0   |    3 +++
 125 file3   |    4 ++++
 126 3 files changed, 9 insertions(+), 0 deletions(-)
 127--------------g-i-t--v-e-r-s-i-o-n
 128Content-Type: text/x-patch;
 129 name="c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a.diff"
 130Content-Transfer-Encoding: 8bit
 131Content-Disposition: inline;
 132 filename="c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a.diff"
 133
 134diff --git a/dir/sub b/dir/sub
 135index 35d242b..7289e35 100644
 136--- a/dir/sub
 137+++ b/dir/sub
 138@@ -1,2 +1,4 @@
 139 A
 140 B
 141+1
 142+2
 143diff --git a/file0 b/file0
 144index 01e79c3..f4615da 100644
 145--- a/file0
 146+++ b/file0
 147@@ -1,3 +1,6 @@
 148 1
 149 2
 150 3
 151+A
 152+B
 153+C
 154diff --git a/file3 b/file3
 155new file mode 100644
 156index 0000000..7289e35
 157--- /dev/null
 158+++ b/file3
 159@@ -0,0 +1,4 @@
 160+A
 161+B
 162+1
 163+2
 164
 165--------------g-i-t--v-e-r-s-i-o-n--
 166
 167
 168$