This commit is contained in:
rick 2010-10-22 14:09:37 +02:00
Родитель a8e2e6c959
Коммит 1546764420
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,8 @@
* Major Enhancements
* Add support for parsing git notes.
* Add `git cat-file --batch` support with Grit::Repo#batch.
* Minor Enhancements
* Grit::Index#commit supports custom committer/author names and dates.
* Bug Fixes
* Zero-Padding issue in Grit::Index was fixed.