~sircmpwn/email-test-drive

Demonstrate that I can use git send-email v1 PROPOSED

nirogu: 1
 Demonstrate that I can use git send-email

 1 files changed, 1 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/54178/mbox | git am -3
Learn more about email & git

[PATCH] Demonstrate that I can use git send-email Export this patch

---
 nirogu | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 nirogu

diff --git a/nirogu b/nirogu
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/nirogu
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.45.2
git-send-email.io <devnull@sr.ht>
Hi nirogu!

Thanks for the patch! Needs a minor fix, though:
git-send-email.io <devnull@sr.ht>
This statement is no longer correct - you have already tried it, and
succeeded! Can you change this to the following:

	I have successfully used git send-email!

After you make the change, you can edit your commit like so:

	git add nirogu
	git commit --amend

Then send along a v2 of your first patch:

	git send-email -v2 \
		--to="~sircmpwn/email-test-drive@lists.sr.ht" \
		HEAD^

If you aren't sure what to do, please shoot an email to sir@cmpwn.com
asking for help.