diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-24 22:53:24 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-24 22:53:24 +0100 |
commit | cf1d5bd4208514bab3e6ee523a70dff8176c8c80 (patch) | |
tree | d68f6529275838b9a962c4b76533e8445441af34 /doc/source/changes.rst | |
parent | 3175b5b21194bcc8f4448abe0a03a98d3a4a1360 (diff) | |
parent | 7da101ba9a09a22a85c314a8909fd23468ae66f0 (diff) | |
download | gitpython-cf1d5bd4208514bab3e6ee523a70dff8176c8c80.tar.gz |
Merge branch 'reflogintegration'
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 7b959532..d820c8ca 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -17,9 +17,17 @@ Changelog * ``set_commit(...)`` method added (reflog support) * ``set_object(...)`` method added (reflog support) - * Intrusive Changes to ``Head`` type + * **Intrusive Changes** to ``Head`` type * ``create(...)`` method now supports the reflog, but will not raise ``GitCommandError`` anymore as it is a pure python implementation now. Instead, it raises ``OSError``. + + * **Intrusive Changes** to ``Actor`` type + + * the *name* field is now using unicode if ascii does not match + + * **Intrusive Changes** to ``Repo`` type + + * ``create_head(...)`` method does not support **kwargs anymore, instead it supports a logmsg parameter * Repo.rev_parse now supports the [ref]@{n} syntax, where n is the number of steps to look into the reference's past |