皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Git v2.13-rc0 发布,分布式版本控制系统

Git v2.13-rc0 发布,分布式版本控制系统

Git v2.13-rc0 发布了。Git 是一个开源的分布式版本控制系统,用以有效、高速的处理从很小到非常大的项目版本管理。是 Linus Torvalds 为了帮助管理 Linux 内核开发而开发的一个开放源码的版本控制软件。

部分更新内容:

UI, Workflows & Features

  • “git describe” and “git name-rev” have been taught to take more than one refname patterns to restrict the set of refs to base their naming output on, and also learned to take negative patterns to name refs not to be used for naming via their “–exclude” option.
  • Deletion of a branch “foo/bar” could remove .git/refs/heads/foo once there no longer is any other branch whose name begins with “foo/”, but we didn’t do so so far.  Now we do.
  • When “git merge” detects a path that is renamed in one history while the other history deleted (or modified) it, it now reports both paths to help the user understand what is going on in the two histories being merged.
  • The <url> part in “http.<url>.<variable>” configuration variable can now be spelled with ‘*’ that serves as wildcard.
  • ……

更新内容较多,详情点此查看

下载地址:

转自 http://www.oschina.net/news/84046/git-v-2-13-rc-0