From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753294Ab1JXGSe (ORCPT ); Mon, 24 Oct 2011 02:18:34 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:61829 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751558Ab1JXGSc convert rfc822-to-8bit (ORCPT ); Mon, 24 Oct 2011 02:18:32 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :cc:date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=sasl; b=GDTmewIr5RyflZevXB2 QNLl1jh/PN02Emo//XhgTwlwWcRoaOPdM3cSaf/z8f+umLaGTZb2eegQBSR1ScOr wZzGkbRtTnIuWX9L/Sijib74pAhUagYEU5sUVWFBP8Mokz58PPB/mxw6z4id8ahe 0kaH4aftYSl0mIuerqCy8X20= From: Junio C Hamano To: git@vger.kernel.org Subject: [ANNOUNCE] Git 1.7.7.1 cc: Linux Kernel Date: Sun, 23 Oct 2011 23:18:29 -0700 Message-ID: <7vr52252ve.fsf@alter.siamese.dyndns.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: FEC01232-FE07-11E0-A18C-9DB42E706CDE-77302942!b-pb-sasl-quonix.pobox.com 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 1.7.7.1 is available. The release tarballs are found at: http://code.google.com/p/git-core/downloads/list and their SHA-1 checksums are: 9200e0b8ee543d297952b78aac8f61f8b3693f8e git-1.7.7.1.tar.gz b25dacb07ebbfc37e7a90c3d47f76b4c0f0487d9 git-htmldocs-1.7.7.1.tar.gz 419c750617ae0c952e2e43f0357c16de6ebc0a44 git-manpages-1.7.7.1.tar.gz Also the following public repositories all have a copy of the v1.7.7.1 tag and the maint 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 ---------------------------------------------------------------- Changes since v1.7.7 are as follows: Brad King (1): rev-list: Demonstrate breakage with --ancestry-path --all Brandon Casey (1): strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline() Ilari Liusvaara (1): Support ERR in remote archive like in fetch/push Jay Soffian (1): merge-one-file: fix "expr: non-numeric argument" Jeff King (2): fetch: avoid quadratic loop checking for updated submodules filter-branch: use require_clean_work_tree Jim Meyering (1): fix "git apply --index ..." not to deref NULL Jonathan Nieder (2): Makefile: do not set setgid bit on directories on GNU/kFreeBSD RelNotes/1.7.7.1: setgid bit patch is about fixing "git init" via Makefile setting Junio C Hamano (14): revision: keep track of the end-user input from the command line revision: do not include sibling history in --ancestry-path output rebase -i: notice and warn if "exec $cmd" modifies the index or the working tree traverse_trees(): allow pruning with pathspec unpack-trees: allow pruning with pathspec diff-index: pass pathspec down to unpack-trees machinery fsck: do not abort upon finding an empty blob Teach progress eye-candy to fetch_refs_from_bundle() apply --whitespace=error: correctly report new blank lines at end checkout $tree $path: do not clobber local changes in $path not in $tree diff: resurrect XDF_NEED_MINIMAL with --minimal Prepare for 1.7.7.1 Almost ready for 1.7.7.1 Git 1.7.7.1 Matthieu Moy (2): rebase -i: clean error message for --continue after failed exec config: display key_delim for config --bool --get-regexp Michael Schubert (1): patch-id.c: use strbuf instead of a fixed buffer Nguyễn Thái Ngọc Duy (4): merge: keep stash[] a local variable merge: use return value of resolve_ref() to determine if HEAD is invalid merge: remove global variable head[] Accept tags in HEAD or MERGE_HEAD Nicolas Morey-Chaisemartin (1): grep: Fix race condition in delta_base_cache René Scharfe (2): Revert removal of multi-match discard heuristic in 27af01 t1304: fall back to $USER if $LOGNAME is not defined Thomas Rast (2): Symlink mergetools scriptlets into valgrind wrappers t6019: avoid refname collision on case-insensitive systems