DKIM-Signature: a=rsa-sha256; bh=LlT5eHDBrlJnCaoJTtUlBn5IuYQYpLS4xvksoQYHZug=; c=simple/simple; d=sr.ht; h=From:To:Cc:Date:In-Reply-To:Subject; q=dns/txt; s=srht; t=1618625699; v=1; b=PZoH2ErWhw1cXgYORKorBBTk90O+wIgkOYolAkvg0k3gX6W0VEqsQgO1nH28N8lD/JudVbj7 nUe5R8xyvLB1+zHRMr+R6r47zvIHy3gc26QOKbO4Xyer6LX5sIry1rTyS/9ao3S5xT1znNJfHVv 1u4xaYH5qPeepiHqEA2WrKib9NpVfkeVZljg3j8WGjS5glO1JozkuxqPmN0ErOGDE9iInEGTI8V wFnBUa5+L8F1iEVX2/Vlpbu/1cyEniCo2oqIRlg4zEz0btg4HGfO2p/aEkmzlz1sc8oLks2mIXl IhMEbN8JCk+Y/nW2sebhh6NhTqSS2sWms1lEH36ix3Png== Received: from static1.static1.sr.ht (unknown [173.195.146.149]) by mail-b.sr.ht (Postfix) with ESMTPSA id 45E4B11F063; Sat, 17 Apr 2021 02:14:59 +0000 (UTC) X-Mailbox-Line: From nobody Sat Apr 17 02:14:59 2021 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: <161862569918.2181.7520793027602769689@static1.static1.sr.ht> From: git-send-email.io To: Hugh Daschbach Cc: ~sircmpwn/email-test-drive@lists.sr.ht Date: Sat, 17 Apr 2021 02:14:59 -0000 In-Reply-To: <20210417021439.18876-1-hugh@ccss.com> Subject: Re: [PATCH] Demonstrate that I can use git send-mail Hi Hugh Daschbach! Thanks for the patch! Needs a minor fix, though: > diff --git a/hugh b/hugh > -%<- > +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 hugh 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.