From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: [ANNOUNCE] GIT 1.5.6.5 Date: Wed, 06 Aug 2008 17:28:05 -0700 Message-ID: <7v1w11mzxm.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-kernel@vger.kernel.org To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Thu Aug 07 02:29:26 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 1KQtNY-0003st-Ip for gcvg-git-2@gmane.org; Thu, 07 Aug 2008 02:29:21 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753302AbYHGA2R convert rfc822-to-quoted-printable (ORCPT ); Wed, 6 Aug 2008 20:28:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751567AbYHGA2R (ORCPT ); Wed, 6 Aug 2008 20:28:17 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:52970 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750965AbYHGA2P convert rfc822-to-8bit (ORCPT ); Wed, 6 Aug 2008 20:28:15 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 904DA4159; Wed, 6 Aug 2008 20:28:12 -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-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 656C44155; Wed, 6 Aug 2008 20:28:08 -0400 (EDT) User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: B80B7ED6-6417-11DD-B4C9-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: The latest maintenance release GIT 1.5.6.5 is available at the usual places: http://www.kernel.org/pub/software/scm/git/ git-1.5.6.5.tar.{gz,bz2} (source tarball) git-htmldocs-1.5.6.5.tar.{gz,bz2} (preformatted docs) git-manpages-1.5.6.5.tar.{gz,bz2} (preformatted docs) The RPM binary packages for a few architectures are also provided as courtesy. RPMS/$arch/git-*-1.5.6.5-1.fc9.$arch.rpm (RPM) GIT v1.5.6.5 Release Notes =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D =46ixes since v1.5.6.4 -------------------- * "git cvsimport" used to spit out "UNKNOWN LINE..." diagnostics to std= out. * "git commit -F filename" and "git tag -F filename" run from subdirect= ories did not read the right file. * "git init --template=3D" with blank "template" parameter linked files under root directories to .git, which was a total nonsense. Instead,= it means "I do not want to use anything from the template directory". * "git diff-tree" and other diff plumbing ignored diff.renamelimit conf= iguration variable when the user explicitly asked for rename detection. * "git name-rev --name-only" did not work when "--stdin" option was in = effect. * "git show-branch" mishandled its 8th branch. * Addition of "git update-index --ignore-submodules" that happened duri= ng 1.5.6 cycle broke "git update-index --ignore-missing". * "git send-email" did not parse charset from an existing Content-type: header properly. Contains other various documentation fixes. ---------------------------------------------------------------- Changes since v1.5.6.4 are as follows: Anders Melchiorsen (1): Documentation: fix diff.external example Bj=C3=B6rn Steinbrink (1): index-pack.c: correctly initialize appended objects Brandon Casey (1): t/t4202-log.sh: add newline at end of file Ciaran McCreesh (1): Make git-add -i accept ranges like 7- Jeff King (1): init: handle empty "template" parameter Jim Meyering (1): git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout= =2E Johannes Schindelin (1): sort_in_topological_order(): avoid setting a commit flag Jonathan Nieder (2): fix usage string for git grep git-diff(1): "--c" -> "--cc" typo fix Junio C Hamano (12): refresh-index: fix bitmask assignment tests: propagate $(TAR) down from the toplevel Makefile Makefile: fix shell quoting make sure parsed wildcard refspec ends with slash Documentation: clarify diff --cc Update my e-mail address Start 1.5.6.5 RelNotes to describe accumulated fixes builtin-name-rev.c: split deeply nested part from the main functi= on RelNotes 1.5.6.5 updates fix diff-tree --stdin documentation Files given on the command line are relative to $cwd GIT 1.5.6.5 Linus Torvalds (1): diff.renamelimit is a basic diff configuration Mike Ralphson (1): Documentation: typos / spelling fixes in older RelNotes Peter Valdemar M=C3=B8rch (1): send-email: find body-encoding correctly Pierre Habouzit (2): git-checkout: fix command line parsing. git-submodule: move ill placed shift. Pieter de Bie (1): git-name-rev: allow --name-only in combination with --stdin Ren=C3=A9 Scharfe (1): git-name-rev: don't use printf without format Stephan Beyer (1): builtin-revert.c: typofix Steve Haslam (1): Propagate -u/--upload-pack option of "git clone" to transport.