~sircmpwn/email-test-drive

Joshua Goins: 2
 Initial commit
 Update README.md

 3 files changed, 9 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/email-test-drive/patches/37925/mbox | git am -3
Learn more about email & git

[PATCH v2 1/2] Initial commit Export this patch

From: Drew DeVault <sir@cmpwn.com>

---
 README.md    | 5 +++++
 drew-devault | 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 README.md
 create mode 100644 drew-devault

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..224333d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
# email test drive

This repository is here to help users test drive their git send-email
configuration. For more information on using git send-email, visit
[git-send-email.io](https://git-send-email.io).
diff --git a/drew-devault b/drew-devault
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/drew-devault
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.38.2

[PATCH v2 2/2] Update README.md Export this patch

From: Drew DeVault <sir@cmpwn.com>

---
This fixes the issues raised from the first patch.

 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 224333d..e50be57 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,6 @@
This repository is here to help users test drive their git send-email
configuration. For more information on using git send-email, visit
[git-send-email.io](https://git-send-email.io).

Please send patches to
[~sircmpwn/email-test-drive@lists.sr.ht](mailto:~sircmpwn/email-test-drive@lists.sr.ht).
-- 
2.38.2