Git for Windows 2.9.3 发布了。
更新如下:
新特性:
-
Comes with Git 2.9.3.
-
Updated Git Credential Manager to version 1.6.0.
-
Includes support for
git status --porcelain=v2
. -
Avoids evaluating unnecessary patch IDs when determining which commits do not need to be rebased because they are already upstream.
-
Sports a new
--smudge
option forgit cat-file
that lets it pass blob contents through smudge filters configured for the specified path.
Bug修复:
-
When offering to
Launch Git Bash
after the installation, it now launches in the home directory, consistent with theGit Bash
Start Menu entry. -
When
~/.gitconfig
setscore.hideDotFiles=false
,git init
respects that again.
详细更新列表及下载地址:https://github.com/git-for-windows/git/releases/tag/v2.9.3.windows.1
时间:2016-08-14 08:52
来源:开源中国社区
作者:oschina
原文链接