发布于 2014-11-04 23:56:30 | 227 次阅读 | 评论: 0 | 来源: 网友投递
Pygit2 Python 的 Git 开发包
Pygit2 是一个基于 Python 的 libgit2 绑定。简单来说就是一个Python 的 Git 开发包.
PyGit2 0.21.4 发布,此版本现已提供下载,更新内容如下:
Fix credentials callback not set when pushing#431#435#437#438
Fix Repository.diff(...) when treeish is "empty"#432
New Reference.peel(...) renders Reference.get_object() obsolete#434
New, authenticate using ssh agent#424
New Repository.merge_commits(...)#445
Make it easier to run when libgit2 not in a standard location#441
Documentation: review install chapter
Pygit2 is a Python binding to libgit2
Pygit2 是一个基于 Python 的 libgit2 绑定。简单来说就是一个Python 的 Git 开发包.