From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQrKh-0000HV-9R for guix-patches@gnu.org; Sun, 25 Nov 2018 05:08:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQrKc-0000bj-DL for guix-patches@gnu.org; Sun, 25 Nov 2018 05:08:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41794) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gQrKc-0000bX-Ad for guix-patches@gnu.org; Sun, 25 Nov 2018 05:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gQrKc-000592-1i for guix-patches@gnu.org; Sun, 25 Nov 2018 05:08:02 -0500 Subject: [bug#33338] [PATCH] gnu: Add emacs-webpaste Resent-Message-ID: From: Tobias Geerinckx-Rice References: <20181110210451.16202-1-brettg@posteo.net> <875zwsvjgf.fsf@gnu.org> <87va4m5gup.fsf@posteo.net> In-reply-to: <87va4m5gup.fsf@posteo.net> Date: Sun, 25 Nov 2018 11:07:32 +0100 Message-ID: <87d0qtv5az.fsf@nckx> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed 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: 33338@debbugs.gnu.org Brett, Brett Gilio wrote: > When I run git format-patch -1 I suppose it isn't adding the=20 > commit log > to the patch file? I think that is what you are trying to=20 > say. How then > should I add it, because I am making commits before I generate=20 > the > patch? That's the normal (only?) way. =E2=80=98git format-patch=E2=80=99es will in= clude=20 whatever commit messages you wrote during =E2=80=99git commit=E2=80=99, and= which=20 are displayed by =E2=80=99git log=E2=80=99, =E2=80=98git show=E2=80=99, et = al. What do the latter commands show? Kind regards, T G-R