Git 核心开发包 libgit2 v0.26.0 发布了。libgit2 是一个可移植、纯 C 语言实现的 Git 核心开发包,你可以使用它来编写自定义的 Git 应用。这是 v0.26系列“Aufschub”的第一个版本。更新日志如下:
Support for opening, creating and modifying worktrees.
We can now detect SHA1 collisions resulting from the SHAttered attack. Thesechecks can be enabled at build time via -DUSE_SHA1DC.
-DUSE_SHA1DC
Fix for missing implementation of git_merge_driver_source getters.
git_merge_driver_source
Fix for installed pkg-config file being broken when the prefix containsspaces.
We now detect when the hashsum of on-disk objects does not match theirexpected hashsum.
We now support open-ended ranges (e.g. "master..", "...master") in ourrevision range parsing code.
We now correctly compute ignores with leading "/" in subdirectories.
We now optionally call fsync on loose objects, packfiles and their indexes,loose references and packed reference files.
fsync
……
完整更新内容请查看发行首页。
下载地址:
Source code (zip)
Source code (tar.gz)
>>>【评论有礼】6月6日-30日评论每日更新的“新闻资讯和软件更新资讯”,评论点赞数超过 20 的可登上每周更新的“源资讯”和“软件周刊”两大栏目,点赞数超过 50 的还将获得 5 活跃积分奖励和开源中国定制好礼。详情
评论删除后,数据将无法恢复
libgit2 v0.26.0 发布,Git 核心开发包
Git 核心开发包 libgit2 v0.26.0 发布了。libgit2 是一个可移植、纯 C 语言实现的 Git 核心开发包,你可以使用它来编写自定义的 Git 应用。这是 v0.26系列“Aufschub”的第一个版本。更新日志如下:
Support for opening, creating and modifying worktrees.
We can now detect SHA1 collisions resulting from the SHAttered attack. These
checks can be enabled at build time via
-DUSE_SHA1DC
.Fix for missing implementation of
git_merge_driver_source
getters.Fix for installed pkg-config file being broken when the prefix contains
spaces.
We now detect when the hashsum of on-disk objects does not match their
expected hashsum.
We now support open-ended ranges (e.g. "master..", "...master") in our
revision range parsing code.
We now correctly compute ignores with leading "/" in subdirectories.
We now optionally call
fsync
on loose objects, packfiles and their indexes,loose references and packed reference files.
……
完整更新内容请查看发行首页。
下载地址:
Source code (zip)
Source code (tar.gz)
>>>【评论有礼】6月6日-30日评论每日更新的“新闻资讯和软件更新资讯”,评论点赞数超过 20 的可登上每周更新的“源资讯”和“软件周刊”两大栏目,点赞数超过 50 的还将获得 5 活跃积分奖励和开源中国定制好礼。详情