1 个仓库
Native libraries that provide Git version control functionality to other applications.
Distinct from Git and Version Control: Existing candidates are either awesome lists or high-level GUI clients, not library-level implementations for integration into Go apps.
Explore 1 awesome GitHub repository matching development tools & productivity · Git Implementation Libraries. Refine with filters or upvote what's useful.
该项目是 Go 应用程序中 Git 版本控制系统的原生实现。它提供了一个可编程的 API 和底层的 plumbing 工具集,允许开发者管理仓库、操作对象图并执行版本控制操作,而无需依赖外部系统二进制文件或 C 绑定。 该库的特点在于其灵活的存储和网络层,具有虚拟文件系统,支持内存中仓库管理以绕过磁盘 I/O。它支持可插拔的网络传输和基于接口的存储后端,允许自定义数据对象和引用的持久化与交换方式。 其功能涵盖了高级仓库管理(包括克隆、提交、推送和拉取)以及详细的历史记录和归因分析。它还包括用于提交签名和加密签名验证的安全功能,以及子模块管理和仓库内容搜索工具。
Implements a full Git version control system as a native Go library for direct application integration.