[ANNOUNCE] GIT 1.2.3

Junio C Hamano junkio at cox.net
Sat May 12 21:20:02 BST 2018


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

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

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


This contains some documentation updates, and a fix for the
"empty ident not allowed" problem that bit too many people.

Breaking the tradition, this is _not_ a pure bugfix release,
however.  It contains backports of the much talked about "reuse
data from existing pack" optimization from the master branch.

Hopefully this would help downloading from the kernel.org
servers over git native protocol.

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

Changes since v1.2.2 are as follows:

Carl Worth:
      git-add: Add support for --, documentation, and test.
      git-push: Update documentation to describe the no-refspec behavior.

Junio C Hamano:
      format-patch: pretty-print timestamp correctly.
      detect broken alternates.
      pack-objects: reuse data from existing packs.
      pack-objects: finishing touches.
      git-repack: allow passing a couple of flags to pack-objects.
      pack-objects: avoid delta chains that are too long.
      Make "empty ident" error message a bit more helpful.
      Delay "empty ident" errors until they really matter.
      Keep Porcelainish from failing by broken ident after making changes.
      pack-objects eye-candy: finishing touches.
      git-fetch: follow tag only when tracking remote branch.

Nicolas Pitre:
      nicer eye candies for pack-objects
      also adds progress when actually writing a pack


More information about the git-announce mailing list