From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nanako Shiraishi Subject: Re: [PATCH 0/3] Add a "fix" command to "rebase --interactive" Date: Tue, 08 Dec 2009 15:01:02 +0900 Message-ID: <20091208150102.6117@nanako3.lavabit.com> References: <4B192701.4000308@drmicha.warpmail.net> <7vws12r5v2.fsf@alter.siamese.dyndns.org> <20091205062708.6117@nanako3.lavabit.com> <7vd42t6f9i.fsf@alter.siamese.dyndns.org> <20091208121314.6117@nanako3.lavabit.com> <7vtyw2p2ju.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Johannes Schindelin , Matthieu Moy , Michael J Gruber , Michael Haggerty , git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Tue Dec 08 07:01:20 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1NHt8R-0002Ou-7Y for gcvg-git-2@lo.gmane.org; Tue, 08 Dec 2009 07:01:19 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935620AbZLHGBJ (ORCPT ); Tue, 8 Dec 2009 01:01:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933014AbZLHGBI (ORCPT ); Tue, 8 Dec 2009 01:01:08 -0500 Received: from karen.lavabit.com ([72.249.41.33]:52061 "EHLO karen.lavabit.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933011AbZLHGBG (ORCPT ); Tue, 8 Dec 2009 01:01:06 -0500 Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id 037CF11B914; Tue, 8 Dec 2009 00:01:13 -0600 (CST) Received: from 6059.lavabit.com (212.62.97.23) by lavabit.com with ESMTP id RPRZTK0O1GH8; Tue, 08 Dec 2009 00:01:12 -0600 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=q8k4HpNJ3Tbj/LmJ1rYS/+2W0C+6jeph/J6DHTNtnRjIDmdCtbaM/IkHAkWiiC/qAZ86eqCRWXVY3Sl/xSAoFdQX/SSt8cfwt4hlxrQlP2OJe0WgA2EeqYUjmzfHXPoQ8hiLvsoWDZSRAMyGTGiPR0e8uLtrEhfYxa4Ko15Cniw=; h=From:To:Cc:Subject:References:In-Reply-To:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id; In-Reply-To: <7vtyw2p2ju.fsf@alter.siamese.dyndns.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Quoting Junio C Hamano > Nanako Shiraishi writes: > >> Teach a new option, --autosquash, to the interactive rebase. >> When the commit log message begins with "!fixup ...", and there >> is a commit whose title begins with the same ..., automatically >> modify the todo list of rebase -i so that the commit marked for >> squashing come right after the commit to be modified, and change >> the action of the moved commit from pick to squash. >> >> Signed-off-by: Nanako Shiraishi > > Hmph, did you forget to retitle the message, or keep in-body "Subject:"? Sorry. Yes I did. Please amend it to - Subject: rebase -i --autosquash: auto-squash commits -- Nanako Shiraishi http://ivory.ap.teacup.com/nanako3/