From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: What's in git.git (Sep 2008, #01; Sat, 06) Date: Sun, 07 Sep 2008 09:55:20 -0700 Message-ID: <7v3akbopzb.fsf@gitster.siamese.dyndns.org> References: <7vtzcso58c.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Git List To: Boyd Lynn Gerber X-From: git-owner@vger.kernel.org Sun Sep 07 18:56:35 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 1KcNYw-0003w5-A8 for gcvg-git-2@gmane.org; Sun, 07 Sep 2008 18:56:34 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753905AbYIGQz2 (ORCPT ); Sun, 7 Sep 2008 12:55:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753906AbYIGQz2 (ORCPT ); Sun, 7 Sep 2008 12:55:28 -0400 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:63643 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753741AbYIGQz2 (ORCPT ); Sun, 7 Sep 2008 12:55:28 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id C9815784CB; Sun, 7 Sep 2008 12:55:26 -0400 (EDT) Received: from pobox.com (ip68-225-240-211.oc.oc.cox.net [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id F3D8D784CA; Sun, 7 Sep 2008 12:55:23 -0400 (EDT) In-Reply-To: (Boyd Lynn Gerber's message of "Sun, 7 Sep 2008 08:14:52 -0600") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: C5334612-7CFD-11DD-8927-3113EBD4C077-77302942!a-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Boyd Lynn Gerber writes: > On Sat, 6 Sep 2008, Junio C Hamano wrote: >> Quite a many minor fixes appeared on 'maint'. 1.6.0.2 needs to happen >> soon. Any favorite fixes (not feature enhancements) not on the list here? > > I would really like to see this graduate to master before 1.6.0.2 > > * jc/setlinebuf-setvbuf (Wed Sep 3 20:33:29 2008 -0700) 1 commit > + daemon.c: avoid setlinebuf() I do not think the setlinebuf() change affected 'maint' to begin with; it was part of the series to clean-up daemon and to make maximum simultanous number of connections configurable. Are you having trouble building and/ or running 1.6.0.1 on your box?