diff options
Diffstat (limited to 'third_party/git/Documentation/RelNotes/1.7.0.6.txt')
-rw-r--r-- | third_party/git/Documentation/RelNotes/1.7.0.6.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/git/Documentation/RelNotes/1.7.0.6.txt b/third_party/git/Documentation/RelNotes/1.7.0.6.txt new file mode 100644 index 000000000000..b2852b67d05b --- /dev/null +++ b/third_party/git/Documentation/RelNotes/1.7.0.6.txt @@ -0,0 +1,13 @@ +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. |