Received: from static1.static1.sr.ht (unknown [173.195.146.149]) by mail-b.sr.ht (Postfix) with ESMTPSA id 2162CFF14B; Fri, 4 Dec 2020 23:36:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=sr.ht; s=srht; t=1607124989; bh=2Hm1TrqYrReL5chOLeGvv+JATrBPK1AgrPyUBLE1ymc=; h=From:To:Cc:Date:In-Reply-To:Subject; b=ODZNuUQtyQe8nwoeBnZHxVlnvt5UHUejEbtX4tYoh10DYHY5el/y1DMxMwt5OqC5B D77dW8cmgn1xTv/1qaNv7VxFlQ3mjK2VUwUC+O+iGMeB4x/ZGYD9MlyMdMNzgBtOJY GQpIuVgzLXhqyHv75ZKlAxPMJNt0FXrm8qQWOK2qnUurtn90vsTLVlj8vz3WCA0Zmo /tlqdkHRmNQabiuTHwzrmC6Iw7i+aP1kZcxQAUVYEFf7EJ5hFwp9Uqt1gFuW7KpwAU fXngKur8D5WC0pZp1qbkII/JrP6ezySG48xUigaCKzg76ix6pQLSVnu0D8KtzeaMkZ 1jqtCsEAHNd2A== X-Mailbox-Line: From nobody Fri Dec 4 23:36:29 2020 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: <160712498889.2458.6860991205944189421@static1.static1.sr.ht> From: git-send-email.io To: TRS-80 Cc: ~sircmpwn/email-test-drive@lists.sr.ht Date: Fri, 04 Dec 2020 23:36:28 -0000 In-Reply-To: <20201204233601.25674-1-sourcehut.trs-80@isnotmyreal.name> Subject: Re: [PATCH] Demonstrate that I can use git send-email Hi TRS-80! Thanks for the patch! Needs a minor fix, though: > diff --git a/TRS-80 b/TRS-80 > -%<- > +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 TRS-80 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.