The latest maintenance release GIT 1.6.5.1 is available at the usual places: http://www.kernel.org/pub/software/scm/git/ git-1.6.5.1.tar.{gz,bz2} (source tarball) git-htmldocs-1.6.5.1.tar.{gz,bz2} (preformatted docs) git-manpages-1.6.5.1.tar.{gz,bz2} (preformatted docs) The RPM binary packages for a few architectures are found in: RPMS/$arch/git-*-1.6.5.1-1.fc9.$arch.rpm (RPM) GIT v1.6.5.1 Release Notes ========================== Fixes since v1.6.5 ------------------ * An corrupt pack could make codepath to read objects into an infinite loop. * Download throughput display was always shown in KiB/s but on fast links it is more appropriate to show it in MiB/s. * "git grep -f filename" used uninitialized variable and segfaulted. * "git clone -b branch" gave a wrong commit object name to post-checkout hook. * "git pull" over http did not work on msys. Other minor documentation updates are included. ---------------------------------------------------------------- Changes since v1.6.5 are as follows: Björn Steinbrink (1): clone: Supply the right commit hash to post-checkout when -b is used Johannes Sixt (1): remote-curl: add missing initialization of argv0_path Junio C Hamano (1): GIT 1.6.5.1 Matt Kraai (1): grep: do not segfault when -f is used Miklos Vajna (1): git-stash documentation: mention default options for 'list' Nicolas Pitre (1): change throughput display units with fast links Shawn O. Pearce (1): sha1_file: Fix infinite loop when pack is corrupted -- To unsubscribe from this list: 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