diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2016-09-11 17:40:44 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2016-09-11 17:43:18 +0200 |
commit | 2ba897b12024fd20681b7c2f1b40bdbbccd5df59 (patch) | |
tree | fe1fca314bd72dfceadd36179867e43e9d66e341 /doc | |
parent | ae6e26ed4abac8b5e4e0a893da5546cd165d48e7 (diff) | |
download | gitpython-2ba897b12024fd20681b7c2f1b40bdbbccd5df59.tar.gz |
fix(repo): make it serializable with pickle
It's entirely untested if this repo still does the right thing,
but I'd think it does.
Fixes #504
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/changes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 1feacab8..62f8ab45 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -6,6 +6,7 @@ Changelog ============================= * `tag.commit` will now resolve commits deeply. +* `Repo` objects can now be pickled, which helps with multi-processing. * `DiffIndex.iter_change_type(...)` produces better results when diffing 2.0.8 - Features and Bugfixes |