a89bbbbcfbe261b64ade3657da82ed4fb5ad0cbc
   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
 107From c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a Mon Sep 17 00:00:00 2001
 108From: A U Thor <author@example.com>
 109Date: Mon, 26 Jun 2006 00:03:00 +0000
 110Subject: [PATCH] Side
 111MIME-Version: 1.0
 112Content-Type: multipart/mixed;
 113 boundary="------------g-i-t--v-e-r-s-i-o-n"
 114
 115This is a multi-part message in MIME format.
 116--------------g-i-t--v-e-r-s-i-o-n
 117Content-Type: text/plain; charset=UTF-8; format=fixed
 118Content-Transfer-Encoding: 8bit
 119---
 120 dir/sub |    2 ++
 121 file0   |    3 +++
 122 file3   |    4 ++++
 123 3 files changed, 9 insertions(+), 0 deletions(-)
 124--------------g-i-t--v-e-r-s-i-o-n
 125Content-Type: text/x-patch;
 126 name="c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a.diff"
 127Content-Transfer-Encoding: 8bit
 128Content-Disposition: inline;
 129 filename="c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a.diff"
 130
 131diff --git a/dir/sub b/dir/sub
 132index 35d242b..7289e35 100644
 133--- a/dir/sub
 134+++ b/dir/sub
 135@@ -1,2 +1,4 @@
 136 A
 137 B
 138+1
 139+2
 140diff --git a/file0 b/file0
 141index 01e79c3..f4615da 100644
 142--- a/file0
 143+++ b/file0
 144@@ -1,3 +1,6 @@
 145 1
 146 2
 147 3
 148+A
 149+B
 150+C
 151diff --git a/file3 b/file3
 152new file mode 100644
 153index 0000000..7289e35
 154--- /dev/null
 155+++ b/file3
 156@@ -0,0 +1,4 @@
 157+A
 158+B
 159+1
 160+2
 161
 162--------------g-i-t--v-e-r-s-i-o-n--
 163
 164
 165$