Re: [ANNOUNCE] GIT 1.4.3.1

From: Jens Axboe
Date: Mon Oct 23 2006 - 07:42:03 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/