From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: =?utf-8?B?4oCYY29yZS11cGRhdGVz?= =?utf-8?B?4oCZ?= merge is a squashed commit Date: Thu, 4 Aug 2016 16:06:30 -0400 Message-ID: <20160804200630.GB14007@jasmine> References: <87a8gtyntw.fsf@netris.org> <20160804082400.GA1638@solar> <87ziosyalv.fsf@netris.org> <20160804124032.GA5789@solar> <20160804130409.GB6326@jasmine> <87vazgy8ex.fsf@netris.org> <20160804141016.GA6889@solar> <87vazgegnv.fsf@gnu.org> <20160804163707.GA8137@jasmine> <20160804183242.GA19115@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVOul-0001kN-8k for guix-devel@gnu.org; Thu, 04 Aug 2016 16:06:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVOug-0004Ap-1D for guix-devel@gnu.org; Thu, 04 Aug 2016 16:06:46 -0400 Content-Disposition: inline In-Reply-To: <20160804183242.GA19115@solar> 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: Andreas Enge Cc: guix-devel@gnu.org On Thu, Aug 04, 2016 at 08:32:42PM +0200, Andreas Enge wrote: > On Thu, Aug 04, 2016 at 12:37:07PM -0400, Leo Famulari wrote: > > git rebase "$range" --exec "git commit --amend --no-edit --gpg-sign" || git rebase --abort > > So it is not enough to just do a > git rebase -S > ? I thought this would re-sign all my commits on top of the base of the rebase. > If not, this could explain my earlier mistake... I don't remember exactly why I began using the `git rebase --exec ...` command. If yours works, I'd like to switch to it!