-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathbase-incomplete.mbox
More file actions
70 lines (58 loc) · 2.04 KB
/
Copy pathbase-incomplete.mbox
File metadata and controls
70 lines (58 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
From stephenfinucane@gmail.com Sun Sep 11 23:22:13 2016
Return-Path: <stephenfinucane@gmail.com>
From: Stephen Finucane <stephenfinucane@gmail.com>
To: stephenfinucane@hotmail.com
Subject: [PATCH 0/2] A sample series
Date: Sun, 11 Sep 2016 23:22:02 +0100
Message-ID: <1473632524-8585-1-git-send-email-stephenfinucane@gmail.com>
X-Mailer: git-send-email 2.7.4
MIME-Version: 1.0
Content-Type: text/plain
Content-Length: 395
Lines: 18
From: Stephen Finucane <stephenfinucane@hotmail.com>
This is a sample cover letter. It doesn't really contribute to the
conversation, but I added it anway.
Stephen Finucane (2):
test: Add some lorem ipsum
test: Convert to Markdown
test.md | 8 ++++++++
test.txt | 1 -
2 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 test.md
delete mode 100644 test.txt
--
2.7.4
From stephenfinucane@gmail.com Sun Sep 11 23:22:13 2016
Return-Path: <stephenfinucane@gmail.com>
From: Stephen Finucane <stephenfinucane@gmail.com>
To: stephenfinucane@hotmail.com
Subject: [PATCH 1/2] test: Add some lorem ipsum
Date: Sun, 11 Sep 2016 23:22:03 +0100
Message-ID: <1473632524-8585-2-git-send-email-stephenfinucane@gmail.com>
X-Mailer: git-send-email 2.7.4
In-Reply-To: <1473632524-8585-1-git-send-email-stephenfinucane@gmail.com>
References: <1473632524-8585-1-git-send-email-stephenfinucane@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain
Content-Length: 670
Lines: 22
From: Stephen Finucane <stephenfinucane@hotmail.com>
---
test.txt | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/test.txt b/test.txt
index f75ba05..a6c61c0 100644
--- a/test.txt
+++ b/test.txt
@@ -1 +1,8 @@
Hello, world.
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras eget eleifend
+augue. Nullam at metus venenatis, laoreet neque nec, convallis mauris.
+Pellentesque aliquam at nisi et laoreet. Duis non nisl venenatis, rhoncus risus
+id, elementum felis. In hac habitasse platea dictumst. Nam sit amet maximus
+eros. Nam quis ligula ut tortor egestas bibendum. Nunc sed purus sit amet
+tellus commodo bibendum ut vel dolor.
--
2.7.4