红联Linux门户
Linux帮助

Git 2.7.0 RC2发布

发布时间:2015-12-27 09:31:59来源:红联作者:baihuo
Git 2.7.0 RC2 发布, 2.7 主要更新如下:

UI, Workflows & Features

* The appearance of "gitk", particularly on high DPI monitors, have
been improved. "gitk" also comes with an undated translation for
Swedish and Japanese.

* "git remote" learned "get-url" subcommand to show the URL for a
given remote name used for fetching and pushing.

* There was no way to defeat a configured rebase.autostash variable
from the command line, as "git rebase --no-autostash" was missing.

* "git log --date=local" used to only show the normal (default)
format in the local timezone. The command learned to take 'local'
as an instruction to use the local timezone with other formats,

* The refs used during a "git bisect" session is now per-worktree so
that independent bisect sessions can be done in different worktrees
created with "git worktree add".

* Users who are too busy to type three extra keystrokes to ask for
"git stash show -p" can now set stash.showPatch configuration
variable to true to always see the actual patch, not just the list
of paths affected with feel for the extent of damage via diffstat.

Git是一个开源的分布式版本控制系统,用以有效、高速的处理从很小到非常大的项目版本管理。

开源中国 Git 代码托管平台:http://git.oschina.net/

软件详情:https://github.com/git/git/blob/master/Documentation/RelNotes/2.7.0.txt

下载地址:https://github.com/git/git/releases/tag/v2.7.0-rc2

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

共有 0 条评论