From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753879AbaG3Wk7 (ORCPT ); Wed, 30 Jul 2014 18:40:59 -0400 Received: from smtp.pobox.com ([208.72.237.35]:60228 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752256AbaG3Wk5 (ORCPT ); Wed, 30 Jul 2014 18:40:57 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:date:message-id:mime-version:content-type; q=dns; s= sasl; b=LP4+P9rz0RtTmBNBgTVt3vzstwaVnPFLhrUfIMI/zE2dr/otObJmgkkg 6va2k12TBqy7MddLDTP573SOue1+3tefCyG6MetZwrwfugCeA/q4yA3ugNR6i4w3 PlVMgsolYp4rPIJL18k4XaXax9P3CIP/1wbF8t4l9Qck9eYDptQ= From: Junio C Hamano To: git@vger.kernel.org Cc: Linux Kernel Subject: [ANNOUNCE] Git v2.0.4 Date: Wed, 30 Jul 2014 15:40:48 -0700 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Pobox-Relay-ID: 8E2B2B7E-183A-11E4-8BDF-9903E9FBB39C-77302942!pb-smtp0.pobox.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The latest maintenance release Git v2.0.4 is now available at the usual places. This is primarily to fix a regression of "git diff-tree" in v2.0.2. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/ The following public repositories all have a copy of the 'v2.0.4' 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 = https://code.google.com/p/git-core/ 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.0.4 Release Notes ======================== * An earlier update to v2.0.2 broken output from "git diff-tree", which is fixed in this release. ---------------------------------------------------------------- Changes since v2.0.3 are as follows: Fabian Ruch (1): commit --amend: test specifies authorship but forgets to check Jeff King (8): alloc: write out allocator definitions move setting of object->type to alloc_* functions parse_object_buffer: do not set object type add object_as_type helper for casting objects alloc: factor out commit index object_as_type: set commit index diff-tree: avoid lookup_unknown_object t4013: test diff-tree's --stdin commit formatting Junio C Hamano (1): Git 2.0.4 Ramsay Allan Jones (1): alloc.c: remove the alloc_raw_commit_node() function