Re: [ANNOUNCE] GIT 1.5.5

Previous thread: Re: [PATCH 1/8] git-rebase.sh: Fix --merge --abort failures when path contains whitespace by Junio C Hamano on Wednesday, April 9, 2008 - 2:50 am. (1 message)

Next thread: What's in git.git (stable) by Junio C Hamano on Wednesday, April 9, 2008 - 5:44 am. (1 message)
To: <git@...>
Cc: <linux-kernel@...>
Date: Wednesday, April 9, 2008 - 2:51 am

The latest feature release GIT 1.5.5 is available at the usual
places:

http://www.kernel.org/pub/software/scm/git/

git-1.5.5.tar.{gz,bz2} (tarball)
git-htmldocs-1.5.5.tar.{gz,bz2} (preformatted docs)
git-manpages-1.5.5.tar.{gz,bz2} (preformatted docs)
RPMS/$arch/git-*-1.5.5-1.$arch.rpm (RPM)

We kept this cycle just slightly over two months, as the previous 1.5.4
cycle was painfully tooooo long.

GIT v1.5.5 Release Notes
========================

Updates since v1.5.4
--------------------

(subsystems)

* Comes with git-gui 0.10.1

(portability)

* We shouldn't ask for BSD group ownership semantics by setting g+s bit
on directories on older BSD systems that refuses chmod() by non root
users. BSD semantics is the default there anyway.

* Bunch of portability improvement patches coming from an effort to port
to Solaris has been applied.

(performance)

* On platforms with suboptimal qsort(3) implementation, there
is an option to use more reasonable substitute we ship with
our software.

* New configuration variable "pack.packsizelimit" can be used
in place of command line option --max-pack-size.

* "git fetch" over the native git protocol used to make a
connection to find out the set of current remote refs and
another to actually download the pack data. We now use only
one connection for these tasks.

* "git commit" does not run lstat(2) more than necessary
anymore.

(usability, bells and whistles)

* Bash completion script (in contrib) are aware of more commands and
options.

* You can be warned when core.autocrlf conversion is applied in
such a way that results in an irreversible conversion.

* A catch-all "color.ui" configuration variable can be used to
enable coloring of all color-capable commands, instead of
individual ones such as "color.status" and "color.branch".

* The commands refused to take absolute pathnames where they
require pathnames relative to the work tree or th...

To: msysGit <msysgit@...>, Git Mailing List <git@...>
Cc: Junio C Hamano <gitster@...>
Date: Sunday, April 13, 2008 - 9:14 am

The msysgit setup is now available at:

http://code.google.com/p/msysgit/downloads/

Steffen
--

Previous thread: Re: [PATCH 1/8] git-rebase.sh: Fix --merge --abort failures when path contains whitespace by Junio C Hamano on Wednesday, April 9, 2008 - 2:50 am. (1 message)

Next thread: What's in git.git (stable) by Junio C Hamano on Wednesday, April 9, 2008 - 5:44 am. (1 message)