From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: git diff-tree commit detail bug in 2.0.2 and 2.0.3 Date: Mon, 28 Jul 2014 13:37:34 -0400 Message-ID: <20140728173734.GA10309@peff.net> References: <20140728103504.GB10737@peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Bryan Turner , Git Users To: Junio C Hamano X-From: git-owner@vger.kernel.org Mon Jul 28 19:37:48 2014 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XBorm-0007AL-Ch for gcvg-git-2@plane.gmane.org; Mon, 28 Jul 2014 19:37:42 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751003AbaG1Rhi (ORCPT ); Mon, 28 Jul 2014 13:37:38 -0400 Received: from cloud.peff.net ([50.56.180.127]:41839 "HELO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750825AbaG1Rhi (ORCPT ); Mon, 28 Jul 2014 13:37:38 -0400 Received: (qmail 21537 invoked by uid 102); 28 Jul 2014 17:37:38 -0000 Received: from c-71-63-4-13.hsd1.va.comcast.net (HELO sigill.intra.peff.net) (71.63.4.13) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.84) with ESMTPA; Mon, 28 Jul 2014 12:37:38 -0500 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Mon, 28 Jul 2014 13:37:34 -0400 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, Jul 28, 2014 at 10:32:45AM -0700, Junio C Hamano wrote: > > Junio, we should consider a v2.0.4 with that series, I think. This is a > > pretty serious regression in diff-tree (I didn't even realize that the > > buffer-slab work went into the maint series; that may have been a little > > ambitious). > > Or v2.0.4 without that series, which is how we usually do things, > but let me see if jk/alloc-commit-id is easily applicable there > first. Yeah, I'm fine with a straight revert, too (I think it is fine to keep in master, though). I think jk/alloc-commit-id is built right on top of the original commit-slab topic, so it should be easy to do either way. Thanks for dealing with it. -Peff