2006-10-21 05:32:23

by Junio C Hamano

[permalink] [raw]
Subject: [ANNOUNCE] GIT 1.4.3.1

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

Lars Hjemli (1):
Fix typo in show-index.c

Linus Torvalds (1):
git-apply: prepare for upcoming GNU diff -u format change.

Nguyễn Thái Ngọc Duy (2):
Reject hexstring longer than 40-bytes in get_short_sha1()
Add revspec documentation for ':path', ':[0-3]:path' and git-describe

Nicolas Pitre (1):
reduce delta head inflated size



2006-10-23 11:38:53

by Jens Axboe

[permalink] [raw]
Subject: Re: [ANNOUNCE] GIT 1.4.3.1

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

2006-10-23 11:41:44

by Jens Axboe

[permalink] [raw]
Subject: Re: [ANNOUNCE] GIT 1.4.3.1

On Mon, Oct 23 2006, Jens Axboe wrote:
> 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.

Ah:

setenv("LESS", "FRS", 0);

axboe@nelson:/home/axboe/git/git $ echo $LESS
-M -I

--
Jens Axboe