Home Explore Blog CI



git

Documentation/RelNotes/1.6.5.1.adoc
9666ac51f2234c0272d9af77435f99067745437d49a563db0000000300000225
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.

Chunks
d915a8e2 (1st chunk of `Documentation/RelNotes/1.6.5.1.adoc`)
Title: GIT v1.6.5.1 Release Notes
Summary
This release fixes several issues in GIT v1.6.5, including infinite loops, incorrect download throughput display, and bugs in git grep, clone, and pull commands, along with minor documentation updates.