From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [Bug] for-each-ref: %(object) and %(type) unimplemented Date: Thu, 26 Jun 2008 01:21:13 -0700 Message-ID: <7vbq1osj2e.fsf@gitster.siamese.dyndns.org> References: <48625DAD.5040404@gmail.com> <20080625160814.GA3321@sigill.intra.peff.net> <20080625161433.GA6612@sigill.intra.peff.net> <20080626053551.GA20767@sigill.intra.peff.net> <20080626080841.GA27935@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Lea Wiemann , Git Mailing List To: Jeff King X-From: git-owner@vger.kernel.org Thu Jun 26 10:23:11 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KBmkP-0001eW-1O for gcvg-git-2@gmane.org; Thu, 26 Jun 2008 10:22:29 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757778AbYFZIVa (ORCPT ); Thu, 26 Jun 2008 04:21:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756854AbYFZIVa (ORCPT ); Thu, 26 Jun 2008 04:21:30 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:60047 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757766AbYFZIV2 (ORCPT ); Thu, 26 Jun 2008 04:21:28 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 2FBD6F60A; Thu, 26 Jun 2008 04:21:27 -0400 (EDT) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 755D8F605; Thu, 26 Jun 2008 04:21:21 -0400 (EDT) In-Reply-To: <20080626080841.GA27935@sigill.intra.peff.net> (Jeff King's message of "Thu, 26 Jun 2008 04:08:41 -0400") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: DF32D160-4358-11DD-9FAC-CE28B26B55AE-77302942!a-sasl-fastnet.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jeff King writes: > Hmm, looks like I just missed you applying the original fix to maint. > Ignore 2/2, then, as you already have it. I think it is still worth > doing the test script cleanup, though. Absolutely. And thanks.