1Git v1.7.0.6 Release Notes
2==========================
34
Fixes since v1.7.0.5
5--------------------
67
* "git diff --stat" used "int" to count the size of differences,
8which could result in overflowing.
910
* "git rev-list --abbrev-commit" defaulted to 40-byte abbreviations, unlike
11newer tools in the git toolset.
1213
And other minor fixes and documentation updates.