From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752602AbbIQWQr (ORCPT ); Thu, 17 Sep 2015 18:16:47 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:33991 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752483AbbIQWQp (ORCPT ); Thu, 17 Sep 2015 18:16:45 -0400 From: Junio C Hamano To: git@vger.kernel.org Subject: [ANNOUNCE] Git v2.5.3 Date: Thu, 17 Sep 2015 15:16:43 -0700 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The latest maintenance release Git v2.5.3 is now available at the usual places. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/ The following public repositories all have a copy of the 'v2.5.3' tag and the 'maint' branch that the tag points at: url = https://kernel.googlesource.com/pub/scm/git/git url = git://repo.or.cz/alt-git.git url = git://git.sourceforge.jp/gitroot/git-core/git.git url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core url = https://github.com/gitster/git ---------------------------------------------------------------- Git v2.5.3 Release Notes ======================== Fixes since v2.5.2 ------------------ * The experimental untracked-cache feature were buggy when paths with a few levels of subdirectories are involved. * Recent versions of scripted "git am" has a performance regression in "git am --skip" codepath, which no longer exists in the built-in version on the 'master' front. Fix the regression in the last scripted version that appear in 2.5.x maintenance track and older. Also contains typofixes, documentation updates and trivial code clean-ups. ---------------------------------------------------------------- Changes since v2.5.2 are as follows: Alex Henrie (1): git-submodule: remove extraneous space from error message Brett Randall (1): git-svn doc: mention "svn-remote..include-paths" David Turner (2): untracked-cache: support sparse checkout untracked-cache: fix subdirectory handling Johannes Schindelin (1): am --skip/--abort: merge HEAD/ORIG_HEAD tree into index Junio C Hamano (1): Git 2.5.3 Nguyễn Thái Ngọc Duy (2): t7063: use --force-untracked-cache to speed up a bit untracked cache: fix entry invalidation