发布于 2014-09-15 23:47:21 | 243 次阅读 | 评论: 0 | 来源: 网友投递
Pygit2 Python 的 Git 开发包
Pygit2 是一个基于 Python 的 libgit2 绑定。简单来说就是一个Python 的 Git 开发包.
Pygit2 是一个基于 Python 的 libgit2 绑定。PyGit2 0.21.3 发布,此版本现已提供下载,更新内容如下:
重要改进:
Now Repository.blame(...) returns Oid instead of string#413
New Reference.set_target(...) replaces the Reference.target setter and Reference.log_append(...)#414
New Repository.set_head(...) replaces the Repository.head setter#414
Repository.merge(...) now uses the SAFE_CREATE strategy by default#417
其他改进:
New Repository.write_archive(...)#421
Now Repository.checkout(...) accepts branch objects#408
Fix build error in Python 3#401
Add support for pypy3#422