From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQwiX-0008Ea-63 for guix-patches@gnu.org; Sun, 25 Nov 2018 10:53:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQwiU-000583-1x for guix-patches@gnu.org; Sun, 25 Nov 2018 10:53:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43233) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gQwiT-00057x-VH for guix-patches@gnu.org; Sun, 25 Nov 2018 10:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gQwiT-0007FX-Sp for guix-patches@gnu.org; Sun, 25 Nov 2018 10:53:01 -0500 Subject: [bug#33338] [PATCH] gnu: Add emacs-webpaste Resent-Message-ID: References: <20181110210451.16202-1-brettg@posteo.net> <875zwsvjgf.fsf@gnu.org> <87va4m5gup.fsf@posteo.net> <87d0qtv5az.fsf@nckx> From: Brett Gilio In-reply-to: <87d0qtv5az.fsf@nckx> Date: Sun, 25 Nov 2018 09:52:19 -0600 Message-ID: <875zwlgnnw.fsf@posteo.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: Tobias Geerinckx-Rice Cc: 33338@debbugs.gnu.org Tobias Geerinckx-Rice writes: > Brett, > > Brett Gilio wrote: >> When I run git format-patch -1 I suppose it isn't adding the commit >> log >> to the patch file? I think that is what you are trying to say. How >> then >> should I add it, because I am making commits before I generate the >> patch? > > That's the normal (only?) way. =E2=80=98git format-patch=E2=80=99es will = include > whatever commit messages you wrote during =E2=80=99git commit=E2=80=99, a= nd which 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 The patches are including the commit in the name of the format itself, but it seems like ludo is wanting something contained within the patch itself which it is not doing. Git log is showing my commit history with the messages, git show is also. So, I am confused as to what exactly I am not doing correctly. Brett