| $ git format-patch --stdout initial..master^ |
| From 1bde4ae5f36c8d9abe3a0fce0c6aab3c4a12fe44 Mon Sep 17 00:00:00 2001 |
| From: A U Thor <author@example.com> |
| Date: Mon, 26 Jun 2006 00:01:00 +0000 |
| Subject: [PATCH 1/2] Second |
| This is the second commit. |
| 3 files changed, 5 insertions(+), 3 deletions(-) |
| diff --git a/dir/sub b/dir/sub |
| index 35d242b..8422d40 100644 |
| diff --git a/file0 b/file0 |
| index 01e79c3..b414108 100644 |
| diff --git a/file2 b/file2 |
| From 9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0 Mon Sep 17 00:00:00 2001 |
| From: A U Thor <author@example.com> |
| Date: Mon, 26 Jun 2006 00:02:00 +0000 |
| Subject: [PATCH 2/2] Third |
| 2 files changed, 5 insertions(+) |
| diff --git a/dir/sub b/dir/sub |
| index 8422d40..cead32e 100644 |
| diff --git a/file1 b/file1 |