1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Git 2.6.1 发布,同时更新 Git for Windows 2.6.1 下载

本帖由 漂亮的石头2015-10-08 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,296
    赞:
    47
    Git 2.6.1 发布,Windows 版也顺便升级到 2.6.1。

    Git 2.6.1 主要是 bug 修复:

    * xdiff code we use to generate diffs is not prepared to handle
    extremely large files. It uses "int" in many places, which can
    overflow if we have a very large number of lines or even bytes in
    our input files, for example. Cap the input size to soemwhere
    around 1GB for now.

    * Some protocols (like git-remote-ext) can execute arbitrary code
    found in the URL. The URLs that submodules use may come from
    arbitrary sources (e.g., .gitmodules files in a remote
    repository), and can hurt those who blindly enable recursive
    fetch. Restrict the allowed protocols to well known and safe
    ones.

    下载:

    Git 2.6.1 发布,同时更新 Git for Windows 2.6.1下载地址
     
正在加载...