libgit2 0.27.2 发布,Git 核心开发包

  

libgit2 0.27.2 已发布,这是一个 Bug 修复版本。包括以下改进:

  • Fix builds with LibreSSL 2.7.

  • Fix for git_diff_status_char() not returning the correct mapping for
    GIT_DELTA_TYPECHANGE.

  • Fix for the submodules API not reporting errors when parsing the ".gitmodules"
    file.

  • Fix for accepting a ".gitmodules" file where two submodules have the same
    path.

  • Fix for hiding references in a graph walk not always limiting the graph
    correctly.

  • Fix for directory patterns with trailing spaces in attribute files not being
    handled correctly.

  • Fix SSH transports not properly disconnecting from the server.

  • Fix reading HEAD reflog in worktrees.

  • Update our copy of SHA1DC to fix errors with endianess on some platforms.

    扫描二维码关注公众号,回复: 1555740 查看本文章

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

下载地址:

猜你喜欢

转载自www.oschina.net/news/96927/libgit-0-27-2-released