From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: segfault in http-push Date: Sun, 17 Feb 2008 19:06:39 -0800 Message-ID: <7v7ih3vu80.fsf@gitster.siamese.dyndns.org> References: <20080217220013.GA12419@hash.localnet> <20080218020555.GA12814@hash.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Bob Copeland , git@vger.kernel.org To: Johannes Schindelin X-From: git-owner@vger.kernel.org Mon Feb 18 04:07:25 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 1JQwLi-0002Fl-SI for gcvg-git-2@gmane.org; Mon, 18 Feb 2008 04:07:23 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752310AbYBRDGs (ORCPT ); Sun, 17 Feb 2008 22:06:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752471AbYBRDGs (ORCPT ); Sun, 17 Feb 2008 22:06:48 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:56159 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752301AbYBRDGr (ORCPT ); Sun, 17 Feb 2008 22:06:47 -0500 Received: from a-sasl-quonix.pobox.com (localhost [127.0.0.1]) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id 65DC05CD4; Sun, 17 Feb 2008 22:06:46 -0500 (EST) 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-quonix.pobox.com (Postfix) with ESMTP id 9E8555CD2; Sun, 17 Feb 2008 22:06:41 -0500 (EST) In-Reply-To: (Johannes Schindelin's message of "Mon, 18 Feb 2008 02:08:09 +0000 (GMT)") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Johannes Schindelin writes: > Hi, > > On Sun, 17 Feb 2008, Bob Copeland wrote: > >> On Sun, Feb 17, 2008 at 11:23:38PM +0000, Johannes Schindelin wrote: >> >> > Alas, a fix I provided for exactly this case did not make it into >> > master yet, let alone into any released version. Can you please test >> > the current "next"? >> >> Yep, next fixes it for me, thanks! > > Thanks for testing! > > Ciao, > Dscho "who is pleased that we fix some bugs before they are reported" Wonderful. I take this as a go ahead to merge js/maint-http-push topic to 'maint' before we cut 1.5.4.3. Thanks both of you, especially Dscho.