From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Sixt Subject: Re: [PATCH] rebase -i: clean error message for --continue after failed exec Date: Thu, 25 Aug 2011 15:04:27 +0200 Message-ID: <4E56485B.10206@kdbg.org> References: <1314194508-12067-1-git-send-email-Matthieu.Moy@imag.fr> <7v62lmps6k.fsf@alter.siamese.dyndns.org> <7vy5yiod1h.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Junio C Hamano , git@vger.kernel.org To: Matthieu Moy X-From: git-owner@vger.kernel.org Thu Aug 25 15:04:48 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QwZc0-0001Wc-2V for gcvg-git-2@lo.gmane.org; Thu, 25 Aug 2011 15:04:48 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753506Ab1HYNEi (ORCPT ); Thu, 25 Aug 2011 09:04:38 -0400 Received: from bsmtp4.bon.at ([195.3.86.186]:32866 "EHLO bsmtp.bon.at" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750919Ab1HYNEg (ORCPT ); Thu, 25 Aug 2011 09:04:36 -0400 Received: from [77.119.97.212] (77.119.97.212.wireless.dyn.drei.com [77.119.97.212]) by bsmtp.bon.at (Postfix) with ESMTP id 8A000130052; Thu, 25 Aug 2011 15:04:31 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Am 25.08.2011 09:09, schrieb Matthieu Moy: > Junio C Hamano writes: >> I wonder if doing something like this would be more direct approach to >> achieve the same thing. > > Not the same thing, but both patches could go well together. > > Mine covers > > pick deadbeef > exec make test > # :-( make test failed, I'm going to fix it > hack hack hack > git add changes > # OK, seems fixed. > git rebase --continue > # --> rebase tells me I forgot to commit my fixup patch This is exactly my use-case that discovered the problem and which I would like to see fixed, FWIW. -- Hannes