2006-02-16 06:26:04

by Junio C Hamano

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

The latest maintenance release GIT 1.2.1 is available at the
usual places:

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

git-1.2.1.tar.{gz,bz2} (tarball)
RPMS/$arch/git-*-1.2.1-1.$arch.rpm (RPM)


Nothing earth-shattering but cleanups and cleanups and cleanups.

All the interesting things are happening in "master" and "pu",
which will be a topic for a separate message.

----------------------------------------------------------------

Changes since v1.2.0 are as follows:

Fernando J. Pereda:
Print an error if cloning a http repo and NO_CURL is set

Fredrik Kuivinen:
s/SHELL/SHELL_PATH/ in Makefile

Josef Weidendorfer:
More useful/hinting error messages in git-checkout

Junio C Hamano:
Documentation: git-commit in 1.2.X series defaults to --include.
Documentation: git-ls-files asciidocco.
bisect: remove BISECT_NAMES after done.
combine-diff: diff-files fix.
combine-diff: diff-files fix (#2)
checkout: fix dirty-file display.



2006-02-16 06:47:38

by Brown, Len

[permalink] [raw]
Subject: RE: [ANNOUNCE] GIT 1.2.1

Happy to notice Documentation/git-send-email
to standardize greg's scripts, but don't see it in the release.

anybody using it?

-Len

2006-02-16 21:42:16

by Greg KH

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

On Thu, Feb 16, 2006 at 01:47:28AM -0500, Brown, Len wrote:
> Happy to notice Documentation/git-send-email
> to standardize greg's scripts, but don't see it in the release.
>
> anybody using it?

I used it to send out my last 2 round of git patches (usb and i2c). I
like it a lot better than my original script, Ryan's done a great job of
cleaning up my horrible perl code.

thanks,

greg k-h