libgit2 是一个可移植、纯C语言实现的 Git 核心开发包,你可以使用它来编写自定义的 Git 应用。
libgit2已被广泛应用在许多应用程序上,包括Github网站,还被应用在Plastic SCM和强大的微软Visual Studio工具箱。
主要功能:
SHA转换、格式化和缩略词
抽象的ODB后端系统
提交、标签、树和BLOB解析、编辑、blob解析和回写
树遍历
revision walking
索引文件(临时区域)操作
引用管理(包括包引用)
配置文件管理
高级仓库管理
线程安全和可重入
错误信息描述非常详细
更多(超过175个不同的API调用)
目前,可以绑定到libgit2的语言有,并附上各个语言的绑定方法:
C++:https://projects.kde.org/projects/playground/libs/libqgit2/
Chicken Scheme:https://wiki.call-cc.org/egg/git
.NET:https://github.com/libgit2/libgit2sharp、https://github.com/txdv/libgit2net
Parrot Virtual Machine:https://github.com/letolabs/parrot-libgit2
Vala:https://github.com/apmasell/vapis/blob/master/libgit2.vapi
发布于 2017-12-24 23:59:28 | 153 次阅读
发布于 2017-06-19 23:52:21 | 144 次阅读
发布于 2017-01-09 23:27:57 | 126 次阅读
发布于 2016-12-23 23:52:12 | 168 次阅读
发布于 2016-12-17 23:51:18 | 100 次阅读
发布于 2016-11-17 01:24:03 | 181 次阅读
发布于 2016-11-03 23:47:44 | 124 次阅读
发布于 2016-10-03 23:58:51 | 139 次阅读
发布于 2016-04-13 00:27:10 | 116 次阅读
发布于 2016-03-04 23:47:55 | 173 次阅读
发布于 2016-02-23 01:02:25 | 212 次阅读