git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] GIT 1.4.3.1
@ 2006-10-21  5:32 Junio C Hamano
  2006-10-23 11:39 ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2006-10-21  5:32 UTC (permalink / raw)
  To: git; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] GIT 1.4.3.1
  2006-10-21  5:32 [ANNOUNCE] GIT 1.4.3.1 Junio C Hamano
@ 2006-10-23 11:39 ` Jens Axboe
  2006-10-23 11:42   ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: Jens Axboe @ 2006-10-23 11:39 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] GIT 1.4.3.1
  2006-10-23 11:39 ` Jens Axboe
@ 2006-10-23 11:42   ` Jens Axboe
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2006-10-23 11:42 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-10-23 11:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-21  5:32 [ANNOUNCE] GIT 1.4.3.1 Junio C Hamano
2006-10-23 11:39 ` Jens Axboe
2006-10-23 11:42   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).