From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: [ANNOUNCE] GIT 1.5.5.3 Date: Wed, 28 May 2008 01:18:55 -0700 Message-ID: <7vlk1ux2mo.fsf@gitster.siamese.dyndns.org> References: <7viqx1g8ix.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Wed May 28 10:20:03 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 1K1Gt7-00076N-WD for gcvg-git-2@gmane.org; Wed, 28 May 2008 10:20:02 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751303AbYE1ITH (ORCPT ); Wed, 28 May 2008 04:19:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751123AbYE1ITH (ORCPT ); Wed, 28 May 2008 04:19:07 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:47688 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750854AbYE1ITF (ORCPT ); Wed, 28 May 2008 04:19:05 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id D110036BE; Wed, 28 May 2008 04:19:01 -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 ESMTP id EFBA136BD; Wed, 28 May 2008 04:18:57 -0400 (EDT) In-Reply-To: <7viqx1g8ix.fsf@gitster.siamese.dyndns.org> (Junio C. Hamano's message of "Sun, 25 May 2008 18:26:46 -0700") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: BA97515E-2C8E-11DD-A9F7-80001473D85F-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: The latest maintenance release GIT 1.5.5.3 is available at the usual places: http://www.kernel.org/pub/software/scm/git/ git-1.5.5.3.tar.{gz,bz2} (tarball) git-htmldocs-1.5.5.3.tar.{gz,bz2} (preformatted docs) git-manpages-1.5.5.3.tar.{gz,bz2} (preformatted docs) RPMS/$arch/git-*-1.5.5.3-1.$arch.rpm (RPM) This one is much smaller than 1.5.5.2, primarily to push out a few fixes to send-email and bisect that have already been in 'master' for a while. ---------------------------------------------------------------- Changes since v1.5.5.2 are as follows: Christian Couder (1): bisect: print an error message when "git rev-list --bisect-vars" fails Gerrit Pape (3): git-bisect.sh: don't accidentally override existing branch "bisect" Documentation/git-bundle.txt: fix synopsis commit --interactive: properly update the index before commiting Horst H. von Brand (1): Fix recipient santitization Jeff King (2): send-email: specify content-type of --compose body send-email: rfc2047-quote subject lines with non-ascii characters Johannes Sixt (1): Revert "filter-branch: subdirectory filter needs --full-history" Junio C Hamano (3): Release Notes for 1.5.5.2 show-branch --current: do not barf on detached HEAD GIT 1.5.5.3 Lea Wiemann (1): gitweb: only display "next" links in logs if there is a next page Michele Ballabio (1): Documentation: fix graph in git-rev-parse.txt Pieter de Bie (1): builtin-fast-export: Only output a single parent per line