From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: [ANNOUNCE] Git 1.7.7.rc3 Date: Fri, 23 Sep 2011 16:41:44 -0700 Message-ID: <7vhb42su6f.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Kernel To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sat Sep 24 01:42:05 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R7FNd-0001dO-5L for gcvg-git-2@lo.gmane.org; Sat, 24 Sep 2011 01:42:05 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753166Ab1IWXls (ORCPT ); Fri, 23 Sep 2011 19:41:48 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:45718 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751900Ab1IWXlr (ORCPT ); Fri, 23 Sep 2011 19:41:47 -0400 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id BFDE5574A; Fri, 23 Sep 2011 19:41:46 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:cc:date:message-id:mime-version:content-type; s=sasl; bh=/yhDgpTBMw+3Mvd8Y/lWBManXdA=; b=isptoNWgsUeh6a2BrQYrCrvVD0dR pp6vSw6SASY9sI3oyzhQ0Q05LcLs9aAjH4MDy+DmYiEa1d217nDGSbHMKv9IaQcs RseaRp9J7FEA8K8hX8eU6PIQtH1W+h+/lproVNie8agHhUJcZgPx/sNQo+oRrD/M pXWxAnR8k/KCFEA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :cc:date:message-id:mime-version:content-type; q=dns; s=sasl; b= LIOuGEAeImvVeTxEBqm8SO2fXUJhJuX78g1r1WIVI7CVRyw7rC1/vHW1KtAlgLOf nltFR20qkycoZvvsxaKB7qtSjPxvBPH3Q9NPg4OwDpmlN91Tqu6lf9lrf4FO3hu/ 4GNvWKcYRuSzfHIKlix5pmOqy+GdDjYjr5JO89uk0wA= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id B65265749; Fri, 23 Sep 2011 19:41:46 -0400 (EDT) Received: from pobox.com (unknown [76.102.170.102]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 4B4885748; Fri, 23 Sep 2011 19:41:46 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 99768EC4-E63D-11E0-9D0F-9DB42E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: A release candidate Git 1.7.7.rc3 is available for testing but not at the usual places. The tarball is found at: http://code.google.com/p/git-core/downloads/list and its SHA-1 checksum is: c6ba05a833cab49dd66dd1e252306e187effbf2b git-1.7.7.rc3.tar.gz Also the following public repositories all have a copy of the v1.7.7-rc3 tag and the master branch that the tag points at: 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 I had to make a quick fix for a recent regression directly on master, and I would like to cook it for a few days, so the final has to wait til mid next week. Until then please help testing to find other regressions. ---------------------------------------------------------------- Changes since v1.7.7-rc2 are as follows: Allan Caffee (1): describe: Refresh the index when run with --dirty Jay Soffian (1): git-mergetool: check return value from read Jeff King (1): t4014: clean up format.thread config after each test Junio C Hamano (3): Git 1.7.6.4 merge-recursive: Do not look at working tree during a virtual ancestor merge Git 1.7.7-rc3