diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-06-04 17:30:31 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-06-04 17:30:31 +0200 |
| commit | 6fbb69306c0e14bacb8dcb92a89af27d3d5d631f (patch) | |
| tree | 4a6e0c14b412315c13cc4ac6466f4888644195a3 /CHANGES | |
| parent | 25dca42bac17d511b7e2ebdd9d1d679e7626db5f (diff) | |
| parent | e746f96bcc29238b79118123028ca170adc4ff0f (diff) | |
| download | GitPython-6fbb69306c0e14bacb8dcb92a89af27d3d5d631f.tar.gz GitPython-6fbb69306c0e14bacb8dcb92a89af27d3d5d631f.zip | |
Merge branch 'odb'
Conflicts:
lib/git/cmd.py
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ ======= CHANGES ======= - + +0.2 Beta 2 +=========== + * Commit objects now carry the 'encoding' information of their message. It wasn't parsed previously, and defaults to UTF-8 + * Commit.create_from_tree now uses a pure-python implementation, mimicing git-commit-tree + 0.2 ===== General |
