From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Rosset Subject: bug#38148: [PATCH 1/2] gnu: Add python-pyqtwebengine. Date: Tue, 14 Jan 2020 03:09:22 -0800 Message-ID: <874kwyfg6d.fsf@gmail.com> References: <20191109100530.zdfrewfmengq7pud@hooch.localdomain> <20200113103304.9093-1-mike.rosset@gmail.com> <87o8v7qw5t.fsf@ambrevar.xyz> <87tv4yc1hb.fsf@gmail.com> <871rs2z84h.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50010) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irK5J-0002ls-OS for bug-guix@gnu.org; Tue, 14 Jan 2020 06:10:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irK5E-00023H-7F for bug-guix@gnu.org; Tue, 14 Jan 2020 06:10:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54746) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irK5C-00021p-GG for bug-guix@gnu.org; Tue, 14 Jan 2020 06:10:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irK5C-0004MI-BB for bug-guix@gnu.org; Tue, 14 Jan 2020 06:10:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <871rs2z84h.fsf@ambrevar.xyz> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Pierre Neidhardt Cc: 38148@debbugs.gnu.org Pierre Neidhardt writes: > Mike Rosset writes: > >>> Please apply the above pyqt change to a separate commit. >> >> I missed this comment with my new series. If this really needs to be >> done, I'll have to redo all of the commits and resend the series. Can >> this be avoided if possible? > > Yes, this is really necessary, commits must be atomic or else the log > gets easily tangled. > > This is not hard to do though: > > - rebase-edit the offending commit ("r m" with magit), this will leave > git in a detached state. > > - Soft-reset HEAD~. > > - Commit the first changes to a new commit. > > - Commit the rest. > > Let me know if you need more help. > I've reworked the commit as suggested. I resent the series. Nothing else has changed in the series other then I split the first commit into two. And I problem broke git am or the bug thread. sorry in advance :( Mike