blame.c: Properly initialize strbuf after calling, textconv_object()
[git/dscho.git] / Documentation / RelNotes-1.7.0.6.txt
blobb2852b67d05bb296cd937d31094cbe6075a504fa
1 Git v1.7.0.6 Release Notes
2 ==========================
4 Fixes since v1.7.0.5
5 --------------------
7  * "git diff --stat" used "int" to count the size of differences,
8    which could result in overflowing.
10  * "git rev-list --abbrev-commit" defaulted to 40-byte abbreviations, unlike
11    newer tools in the git toolset.
13 And other minor fixes and documentation updates.