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 - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html