智能化下的产物,无人棋牌室
Pygit2 v0.25.1 发布了。Pygit2 是一组 Python 绑定到 libgit2 共享库,libgit2 实现了 Git plumbing。该版本更新如下:
- 添加对 Python 3.6 的支持
- 对 stash 新的支持:repository methods
stash
,stash_apply
,stash_drop
和stash_pop
#695 - 改进对子模块的支持:new repository methods
init_submodules
和update_submodules
#692 - 新的更友好的 API 用于分支和引用:
Repository.branches
和Repository.references
#700 #701 - 新的对定制后端的支持 #690
- 修复无输入时
init_repository
的崩溃 #688 #697 - Fix checkout with an orphan master branch #669 #685
- 打开存储库时更好的错误提示消息 #645 #698
下载地址