From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Axboe Subject: Re: [ANNOUNCE] GIT 1.4.3.1 Date: Mon, 23 Oct 2006 13:39:56 +0200 Message-ID: <20061023113956.GN8251@kernel.dk> References: <7v4ptyi68s.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, linux-kernel@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Oct 23 13:39:04 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gby8v-000183-DD for gcvg-git@gmane.org; Mon, 23 Oct 2006 13:38:57 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932082AbWJWLix (ORCPT ); Mon, 23 Oct 2006 07:38:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932081AbWJWLiw (ORCPT ); Mon, 23 Oct 2006 07:38:52 -0400 Received: from brick.kernel.dk ([62.242.22.158]:1816 "EHLO kernel.dk") by vger.kernel.org with ESMTP id S932080AbWJWLiv (ORCPT ); Mon, 23 Oct 2006 07:38:51 -0400 Received: from nelson.home.kernel.dk (nelson.home.kernel.dk [192.168.0.33]) by kernel.dk (Postfix) with ESMTP id B6352257BD0; Mon, 23 Oct 2006 13:38:48 +0200 (CEST) Received: by nelson.home.kernel.dk (Postfix, from userid 1000) id 8E1E111A1F; Mon, 23 Oct 2006 13:39:56 +0200 (CEST) To: Junio C Hamano Content-Disposition: inline In-Reply-To: <7v4ptyi68s.fsf@assigned-by-dhcp.cox.net> Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, Oct 20 2006, Junio C Hamano wrote: > The latest maintenance release GIT 1.4.3.1 is available at the > usual places: > > http://www.kernel.org/pub/software/scm/git/ > > git-1.4.3.1.tar.{gz,bz2} (tarball) > git-htmldocs-1.4.3.1.tar.{gz,bz2} (preformatted docs) > git-manpages-1.4.3.1.tar.{gz,bz2} (preformatted docs) > RPMS/$arch/git-*-1.4.3.1-1.$arch.rpm (RPM) > > This is primarily to work around changes in the recent GNU diff output > format. Also it contains irritation fix for "git diff" which now > paginates its output by default. > > ---------------------------------------------------------------- > > Changes since v1.4.3 are as follows: > > Junio C Hamano (1): > pager: default to LESS=FRS It still behaves badly, git diff still shows my an empty pager waiting for 'q', while LESS=FRS git diff works as desired. git version 1.4.3.1.g87b78 -- Jens Axboe