From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] gnu: magit: Fix interactive rebase. Date: Wed, 27 Jul 2016 11:21:03 +0300 Message-ID: <87zip3trtc.fsf@gmail.com> References: <1469566632.3642255.677600593.59DB7F13@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSK5V-0004oR-6O for guix-devel@gnu.org; Wed, 27 Jul 2016 04:21:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSK5Q-0001rE-0n for guix-devel@gnu.org; Wed, 27 Jul 2016 04:21:08 -0400 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]:33768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSK5P-0001r3-P8 for guix-devel@gnu.org; Wed, 27 Jul 2016 04:21:03 -0400 Received: by mail-lf0-x243.google.com with SMTP id f93so1647603lfi.0 for ; Wed, 27 Jul 2016 01:21:03 -0700 (PDT) In-Reply-To: <1469566632.3642255.677600593.59DB7F13@webmail.messagingengine.com> (Alex Griffin's message of "Tue, 26 Jul 2016 15:57:12 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Griffin Cc: guix-devel@gnu.org Alex Griffin (2016-07-26 23:57 +0300) wrote: > This patch fixes magit's interactive rebase function, which calls perl > and fails if perl is not in PATH. Indeed! I've never noticed it as I always used "r i", and not the other rebase commands. For the records: this patch fixes 'magit-rebase-edit-commit' and 'magit-rebase-reword-commit' commands (which are bound to "r m" and "r w" by default). > From 1f73f2635225bfcf942194ffe8c02a07e4705d34 Mon Sep 17 00:00:00 2001 > From: Alex Griffin > Date: Tue, 26 Jul 2016 13:29:51 -0500 > Subject: [PATCH] gnu: magit: Fix interactive rebase. > > * gnu/packages/emacs.scm (magit): Fix interactive rebase. Since this fix is not really for the "interactive rebase" itself (I mean what is bound to "r i"), but for the other rebase commands, I changed the commit message and applied the patch as 46bd45152=C2=B9, thanks! =C2=B9 http://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D46bd451520d7a= 318e8b52a4a500d146403b8dcb8 --=20 Alex