From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEGat-0000fe-8L for guix-patches@gnu.org; Wed, 10 Apr 2019 13:01:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEGas-0004Un-CG for guix-patches@gnu.org; Wed, 10 Apr 2019 13:01:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39941) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEGar-0004UW-UP for guix-patches@gnu.org; Wed, 10 Apr 2019 13:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hEGar-0005D8-Po for guix-patches@gnu.org; Wed, 10 Apr 2019 13:01:01 -0400 Subject: [bug#34959] Acknowledgement ([PATCH] Add Multiple Common Lisp Packages) Resent-Message-ID: References: <87pnqh4acd.fsf@gmail.com> <87lg15493r.fsf@gmail.com> <87pnqg616m.fsf@elephly.net> <87k1gh1d6f.fsf@gmail.com> <87ef6e2vhe.fsf@member.fsf.org> <87k1g1q5oh.fsf@gmail.com> From: Ricardo Wurmus In-reply-to: <87k1g1q5oh.fsf@gmail.com> Date: Wed, 10 Apr 2019 19:00:00 +0200 Message-ID: <87ftqpeqy7.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Katherine Cox-Buday Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , 34959-done@debbugs.gnu.org Katherine Cox-Buday writes: > Do all commits require message bodies? Yes, for better or worse we adhere to the GNU conventions in commit messages. Since the format is predictable and can be, in part, derived from the changes we offer Emacs snippets that can be used to generate the commit messages more quickly. If you=E2=80=99re using Emacs and Magit you only need to type =E2=80=9Cadd= =E2=80=9D or =E2=80=9Cupdate=E2=80=9D and hit TAB to have the commit message generated for you. (If you=E2=80=99re not using Emacs we would welcome snippets for other edit= ors to make it writing commit messages easier.)=20 -- Ricardo