diff options
| author | Junio C Hamano <gitster@pobox.com> | 2008-10-19 16:06:44 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2008-10-19 16:06:44 -0700 |
| commit | fd6e237d4e8b07287c8349aa99e897f4eace4ff3 (patch) | |
| tree | 8753aa2593c28be0deddb95421eb8d399c24e693 /t/t4013/diff.format-patch_--inline_--stdout_initial..master^ | |
| parent | 18e143487ddb5b32b2f6003972d2115bb4ac460f (diff) | |
| parent | a567fdcb016e8e882ec0a1e044c9caac8f70e693 (diff) | |
| download | git-fd6e237d4e8b07287c8349aa99e897f4eace4ff3.tar.gz git-fd6e237d4e8b07287c8349aa99e897f4eace4ff3.zip | |
Merge branch 'gb/formatpatch-autonbr'
* gb/formatpatch-autonbr:
format-patch: autonumber by default
Diffstat (limited to 't/t4013/diff.format-patch_--inline_--stdout_initial..master^')
| -rw-r--r-- | t/t4013/diff.format-patch_--inline_--stdout_initial..master^ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t4013/diff.format-patch_--inline_--stdout_initial..master^ b/t/t4013/diff.format-patch_--inline_--stdout_initial..master^ index 18a1110def..f881f644cc 100644 --- a/t/t4013/diff.format-patch_--inline_--stdout_initial..master^ +++ b/t/t4013/diff.format-patch_--inline_--stdout_initial..master^ @@ -2,7 +2,7 @@ $ git format-patch --inline --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] Second +Subject: [PATCH 1/2] Second MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------g-i-t--v-e-r-s-i-o-n" @@ -63,7 +63,7 @@ index 01e79c3..0000000 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] Third +Subject: [PATCH 2/2] Third MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------g-i-t--v-e-r-s-i-o-n" |
