From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Couder Subject: Re: [PATCH] parse_object: pass on the original sha1, not the replaced one Date: Fri, 3 Sep 2010 06:37:41 +0200 Message-ID: <201009030637.41728.chriscool@tuxfamily.org> References: <20100902211321.18003.34601.chriscool@tuxfamily.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Junio C Hamano , git To: Nguyen Thai Ngoc Duy X-From: git-owner@vger.kernel.org Fri Sep 03 06:38:25 2010 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 1OrO2i-0000qG-Sl for gcvg-git-2@lo.gmane.org; Fri, 03 Sep 2010 06:38:25 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751287Ab0ICEiL (ORCPT ); Fri, 3 Sep 2010 00:38:11 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:34920 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750955Ab0ICEiJ (ORCPT ); Fri, 3 Sep 2010 00:38:09 -0400 Received: from style.localnet (unknown [82.243.130.161]) by smtp3-g21.free.fr (Postfix) with ESMTP id D365A818047; Fri, 3 Sep 2010 06:38:02 +0200 (CEST) User-Agent: KMail/1.13.2 (Linux/2.6.32-24-generic; KDE/4.4.2; x86_64; ; ) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Friday 03 September 2010 01:24:07 Nguyen Thai Ngoc Duy wrote: > On Fri, Sep 3, 2010 at 7:13 AM, Christian Couder > > wrote: > > Since no one resent the original patch with an improved commit > > message, here is my try. > > My bad. I forgot something again. I will think of something to > demonstrate this. By the way, it breaks t6050.14, bisect and > replacements. Ooops, yeah, I will have a look at this. Thanks, Christian.