Git 核心开发包 libgit2 v0.26.3 发布了。libgit2 是一个可移植、纯 C 语言实现的 Git 核心开发包,你可以使用它来编写自定义的 Git 应用。该版本主要对 Bug 进行了修复:
Fix cloning of the libgit2 project with git clone --recursive by removing an invalid submodule from our testing data.
Fix endianness of the port in p_getaddrinfo().
Fix handling of negative gitignore rules with wildcards.
Fix handling of case-insensitive negative gitignore rules.
Fix resolving references to a tag if the reference is stored with its fully resolved OID in the packed-refs file.
Fix checkout not treating worktree files as modified when only their mode has changed.
Fix rename detection with GIT_DIFF_FIND_RENAMES_FROM_REWRITES.
Enable Windows 7 and earlier to use TLS 1.2.
软件详情:https://github.com/libgit2/libgit2/
下载地址:https://github.com/libgit2/libgit2/archive/v0.26.3.zip
来自:开源中国社区