转载

libgit2 v0.23.2 发布,Git 开发包

libgit2 v0.23.2 发布,此版本是个维护版本,建议所有用户升级到最新版本。

libgit2 v0.23.2 主要是 bug 修复:

bad51c5 config: correct documentation for non-existent config file ac1c157 Escape @ in doc comment a6a9cf0 COPYING: include winhttp definition copyright 1b00061 CMake: fall back to OpenSSL on older OS X c2549ee diff: don't error out on an invalid regex d994cfc http: propagate the credentials callback's error code 5470fd6 Fix bug in git_smart__push: push_transfer_progress cb is never called 7a21504 remote: don't confuse tag auto-follow rules with refspec matching 40abdc6 curl: use the most secure auth method for the proxy 9f334ba Forcing libssh2 lib location d72914d Merge pull request #3359 from nodegit/maint/v0.23-duplicate-basename-fix 2cb4b65 Fix duplicate basenames to support older VS

下载: https://github.com/libgit2/libgit2/archive/v0.23.2.zip

libgit2 是一个可移植、纯C语言实现的 Git 核心开发包,你可以使用它来编写自定义的 Git 应用。

libgit2已被广泛应用在许多应用程序上,包括GitHub网站,还被应用在Plastic SCM和强大的微软Visual Studio工具箱。

主要功能:

  • SHA转换、格式化和缩略词

  • 抽象的ODB后端系统

  • 提交、标签、树和BLOB解析、编辑、blob解析和回写

  • 树遍历

  • revision walking

  • 索引文件(临时区域)操作

  • 引用管理(包括包引用)

  • 配置文件管理

  • 高级仓库管理

  • 线程安全和可重入

  • 错误信息描述非常详细

  • 更多(超过175个不同的API调用)

正文到此结束
Loading...