From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56726) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieb8h-0002Rm-74 for guix-patches@gnu.org; Tue, 10 Dec 2019 03:45:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieb8g-0003CO-1C for guix-patches@gnu.org; Tue, 10 Dec 2019 03:45:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48958) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieb8f-0003Bs-Tv for guix-patches@gnu.org; Tue, 10 Dec 2019 03:45:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ieb8f-0007Q7-SP for guix-patches@gnu.org; Tue, 10 Dec 2019 03:45:01 -0500 Subject: [bug#38556] [PATCH] gnu: qps: Updated to 2.0.0 Resent-Message-ID: References: <20191210073108.1888-1-r.majd@pantherx.org> <87eexczl6r.fsf@posteo.net> From: Ricardo Wurmus In-reply-to: <87eexczl6r.fsf@posteo.net> Date: Tue, 10 Dec 2019 09:44:52 +0100 Message-ID: <87fths603f.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: Brett Gilio Cc: 38556@debbugs.gnu.org, Reza Alizadeh Majd Brett Gilio writes: > There is an issue with your commit message. s/Updated/Update and both > the commit message and sub-header need punctuation. If you=E2=80=99re using Emacs with yasnippet and magit you can type =E2=80= =9Cupdate=E2=80=9D and hit TAB (or whatever expansion key you have set up) to insert the appropriate update message. There=E2=80=99s =E2=80=9Cadd=E2=80=9D as well,= which inserts the expected commit message for new packages. I use these all the time to speed up big package upgrades. -- Ricardo