Re: [PATCH] gnu: magit: Fix interactive rebase.

2016-07-27 Thread Alex Griffin
On Wed, Jul 27, 2016, at 03:21 AM, Alex Kost wrote: > 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ยน, thanks! Ah, somehow I thought it affected

Re: [PATCH] gnu: magit: Fix interactive rebase.

2016-07-27 Thread Alex Kost
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 Ju

[PATCH] gnu: magit: Fix interactive rebase.

2016-07-26 Thread Alex Griffin
This patch fixes magit's interactive rebase function, which calls perl and fails if perl is not in PATH. -- Alex Griffin 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 intera