From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754566Ab1AFAw7 (ORCPT ); Wed, 5 Jan 2011 19:52:59 -0500 Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:41009 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754210Ab1AFAw5 convert rfc822-to-8bit (ORCPT ); Wed, 5 Jan 2011 19:52:57 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=to:subject:from :date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=sasl; b=Cm3qE0pJEI2QVJvLgsx A0gejU+kLqEx6OaVSNhLGEvPIHM0rs5C/Ms4PV7jGPiXTZ4ud2Cu1UGtxGXbs6rh shFhsNHRCpBzcj0OLmrfVkvFOWkS0dlRrbtOSRU03RnlI64sNjSqZ5oA75yrpVbP 7bOVdTcCk3mA/vqEbvZeqceM= To: git@vger.kernel.org Subject: [ANNOUNCE] Git 1.7.3.5 From: Junio C Hamano Date: Wed, 05 Jan 2011 16:52:46 -0800 Message-ID: <7vy66yc0pt.fsf@alter.siamese.dyndns.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 60BD7740-192F-11E0-A09F-CBB45B885003-77302942!a-pb-sasl-sd.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.3.5 is available at the usual places: http://www.kernel.org/pub/software/scm/git/ git-1.7.3.5.tar.{gz,bz2} (source tarball) git-htmldocs-1.7.3.5.tar.{gz,bz2} (preformatted docs) git-manpages-1.7.3.5.tar.{gz,bz2} (preformatted docs) The RPM binary packages for a few architectures are found in: RPMS/$arch/git-*-1.7.3.5-1.fc11.$arch.rpm (RPM) Just a handful of small fixes here and there, nothing spectacular, except perhaps for a fix to the "am --abort" safety issue Linus noticed the other day. ---------------------------------------------------------------- Changes since v1.7.3.4 are as follows: Brandon Casey (1): test-lib.sh/test_decode_color(): use octal not hex in awk script Jakub Narebski (1): gitweb: Include links to feeds in HTML header only for '200 OK' response Jeff King (1): ident: die on bogus date format Jiang Xin (1): Fix typo in git-gc document. Jonathan Nieder (2): t0050: fix printf format strings for portability gitweb: skip logo in atom feed when there is none Junio C Hamano (5): commit: die before asking to edit the log message am --abort: keep unrelated commits since the last failure and warn rebase --skip: correctly wrap-up when skipping the last patch Prepare for 1.7.3.5 Git 1.7.3.5 Kevin Ballard (1): status: Quote paths with spaces in short format Kirill Smelkov (2): t/t8006: Demonstrate blame is broken when cachetextconv is on fill_textconv(): Don't get/put cache if sha1 is not valid Mark Lodato (1): fsck docs: remove outdated and useless diagnostic Michael J Gruber (2): git-difftool.txt: correct the description of $BASE and describe $MERGED difftool: provide basename to external tools Ramsay Allan Jones (1): t3419-*.sh: Fix arithmetic expansion syntax error René Scharfe (1): close file on error in read_mmfile() Robin H. Johnson (2): Fix false positives in t3404 due to SHELL=/bin/false t9001: Fix test prerequisites Thomas Rast (1): userdiff: fix typo in ruby and python word regexes Vasyl' Vavrychuk (1): trace.c: mark file-local function static