| $ git format-patch --stdout initial..master^ |
| From 7952a93e09bf565b5592766a438b40cd81f4846f Mon Sep 17 00:00:00 2001 |
| From: A U Thor <author@example.com> |
| Date: Mon, 26 Jun 2006 00:01:00 +0000 |
| 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 889b315013ef9f2e2f90aa0b054b267c8a557847 Mon Sep 17 00:00:00 2001 |
| From: A U Thor <author@example.com> |
| Date: Mon, 26 Jun 2006 00:02:00 +0000 |
| 2 files changed, 5 insertions(+), 0 deletions(-) |
| diff --git a/dir/sub b/dir/sub |
| index 8422d40..cead32e 100644 |
| diff --git a/file1 b/file1 |