Home Explore Blog CI



git

1st chunk of `Documentation/RelNotes/1.7.9.7.adoc`
a5e1d8c98c1b640decc03a25e602e4b78b5177f24fd878fa0000000100000173
Git v1.7.9.7 Release Notes
==========================

Fixes since v1.7.9.6
--------------------

 * An error message from 'git bundle' had an unmatched single quote pair in it.

 * The way 'git fetch' implemented its connectivity check over
   received objects was overly pessimistic, and wasted a lot of
   cycles.

Also contains minor fixes and documentation updates.

Title: Git v1.7.9.7 Release Notes
Summary
Git version 1.7.9.7 includes fixes for issues with 'git bundle' error messages, which had an unmatched single quote pair, and 'git fetch' connectivity checks, which were overly pessimistic and wasted cycles, as well as minor fixes and documentation updates to improve overall performance and stability.