From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935018AbXGLU5u (ORCPT ); Thu, 12 Jul 2007 16:57:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759737AbXGLU5m (ORCPT ); Thu, 12 Jul 2007 16:57:42 -0400 Received: from fed1rmmtao103.cox.net ([68.230.241.43]:53444 "EHLO fed1rmmtao103.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758332AbXGLU5l (ORCPT ); Thu, 12 Jul 2007 16:57:41 -0400 From: Junio C Hamano To: git@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [ANNOUNCE] GIT 1.5.2.4 References: <7vodjf1gxl.fsf@assigned-by-dhcp.pobox.com> Date: Thu, 12 Jul 2007 13:57:39 -0700 In-Reply-To: <7vodjf1gxl.fsf@assigned-by-dhcp.pobox.com> (Junio C. Hamano's message of "Sat, 16 Jun 2007 18:57:26 -0700") Message-ID: <7v7ip5tk58.fsf@assigned-by-dhcp.cox.net> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org The latest maintenance release GIT 1.5.2.4 is available at the usual places: http://www.kernel.org/pub/software/scm/git/ git-1.5.2.4.tar.{gz,bz2} (tarball) git-htmldocs-1.5.2.4.tar.{gz,bz2} (preformatted docs) git-manpages-1.5.2.4.tar.{gz,bz2} (preformatted docs) RPMS/$arch/git-*-1.5.2.4-1.$arch.rpm (RPM) ---------------------------------------------------------------- GIT v1.5.2.4 Release Notes ========================== Fixes since v1.5.2.3 -------------------- * Bugfixes - "git-gui" bugfixes, including a handful fixes to run it better on Cygwin/MSYS. - "git checkout" failed to switch back and forth between branches, one of which has "frotz -> xyzzy" symlink and file "xyzzy/filfre", while the other one has a file "frotz/filfre". - "git prune" used to segfault upon seeing a commit that is referred to by a tree object (aka "subproject"). - "git diff --name-status --no-index" mishandled an added file. - "git apply --reverse --whitespace=warn" still complained about whitespaces that a forward application would have introduced. * Documentation Fixes and Updates - A handful documentation updates. ---------------------------------------------------------------- Changes since v1.5.2.3 are as follows: Andy Parkins (2): Make git-prune submodule aware (and fix a SEGFAULT in the process) user-manual: grammar and style fixes Gerrit Pape (1): git-gui: properly popup error if gitk should be started but is not installed J. Bruce Fields (2): tutorial: Fix typo user-manual: more explanation of push and pull usage Jim Meyering (1): Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too long Johannes Schindelin (3): diff --no-index: fix --name-status with added files glossary: add 'reflog' Fix "apply --reverse" with regard to whitespace Junio C Hamano (2): Teach read-tree 2-way merge to ignore intermediate symlinks GIT 1.5.2.4 Michael Hendricks (1): Correctly document the name of the global excludes file configuration Miklos Vajna (1): Document - for git-format-patch Shawn O. Pearce (10): git-gui: Unlock the index when cancelling merge dialog git-gui: Don't bind F5/M1-R in all windows git-gui: Bind M1-P to push action git-gui: Include a Push action on the left toolbar git-gui: Ensure windows shortcuts always have .bat extension git-gui: Skip nicknames when selecting author initials git-gui: Correct ls-tree buffering problem in browser git-gui: Don't linewrap within console windows Clarify documentation of fast-import's D subcommand git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree} William Pursell (1): user-manual: fix directory name in git-archive example