DKIM-Signature: a=rsa-sha256; bh=MxuXahZnCunRBoneZilaQy5xoVqYleBeSTRpiqVYZyk=; c=simple/simple; d=sr.ht; h=From:To:Cc:Date:In-Reply-To:Subject; q=dns/txt; s=srht; t=1614399798; v=1; b=XKQKkuItiIyponB5OErDQN8vmxDfW5pCl+x7HDF1e5NpzyfCY0WBSDERh9pq94wTBJ1fbwij 106mEbquVat5UHniKa27wUyUd3Dw8lwnn4zgF37UaIyKJOa41sjBlVk+FP+2A/ghvXSQhlv10My Y8U9pW8Z9xdmsSs+cg+3Vk9hoRWWag63z5lWZPEPgzyjH8lyAMQEv+GjXna8HEwpf8ydDw4yPjW UUIs+C8swb6CrVLOnVUrhuUrPgS00hACjVHCHw3HWjT7/wabt1gfajqhK+FuPNwvNQ9MIjp+wE1 wRKsMWfqf4GNByirRdlTRJ+ezCQOLKIo+FRPHzPF0L7uw== Received: from static1.static1.sr.ht (unknown [173.195.146.149]) by mail-b.sr.ht (Postfix) with ESMTPSA id E1ECA11EF37; Sat, 27 Feb 2021 04:23:18 +0000 (UTC) X-Mailbox-Line: From nobody Sat Feb 27 04:23:18 2021 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: <161439979880.2181.3314897528112324935@static1.static1.sr.ht> From: git-send-email.io To: Josias Cc: ~sircmpwn/email-test-drive@lists.sr.ht Date: Sat, 27 Feb 2021 04:23:18 -0000 In-Reply-To: <20210227042254.432007-1-me@josias.dev> Subject: Re: [PATCH] Demonstrate that I can use git send-email Hi Josias! Thanks for the patch! Needs a minor fix, though: > diff --git a/josias b/josias > -%<- > +I'm about to try git send-email 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 josias 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.