Home Explore Blog CI



git

Documentation/RelNotes/1.7.0.6.adoc
ce0e69c221b780954e32e7fad4e2a184fb6203fda6b6ca53000000030000016d
Git v1.7.0.6 Release Notes
==========================

Fixes since v1.7.0.5
--------------------

 * "git diff --stat" used "int" to count the size of differences,
   which could result in overflowing.

 * "git rev-list --abbrev-commit" defaulted to 40-byte abbreviations, unlike
   newer tools in the git toolset.

And other minor fixes and documentation updates.

Chunks
8a2bf28e (1st chunk of `Documentation/RelNotes/1.7.0.6.adoc`)
Title: Git v1.7.0.6 Release Notes
Summary
This release of Git fixes issues with 'git diff --stat' to prevent integer overflows when counting the size of differences, and updates 'git rev-list --abbrev-commit' to match the default abbreviation length used by newer tools in the git toolset, along with other minor fixes and documentation updates to improve overall stability and consistency.