红联Linux门户
Linux帮助

Git 2.6.1发布,同时更新Git for Windows 2.6.1

发布时间:2015-10-08 14:52:21来源:红联作者:empast
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.

软件详情:https://github.com/git/git/

下载地址:https://github.com/git/git/archive/v2.6.1.zip

来自:开源中国社区
文章评论

共有 0 条评论