Git 2.4.8 发布,分布式版本控制系统

来源: OSCHINA
编辑: oschina
2015-08-04 00:00:00

Git 2.4.8 发布,此版本相比 2.4.7 版本改进内容如下:

* Abandoning an already applied change in "git rebase -i" with
   "--continue" left CHERRY_PICK_HEAD and confused later steps.

 * Various fixes around "git am" that applies a patch to a history
   that is not there yet.

 * "git for-each-ref" reported "missing object" for 0{40} when it
   encounters a broken ref.  The lack of object whose name is 0{40} is
   not the problem; the ref being broken is.

 * "git commit --cleanup=scissors" was not careful enough to protect
   against getting fooled by a line that looked like scissors.

下载:https://github.com/git/git/archive/v2.4.8.zip

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

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

展开阅读全文
点击加入讨论🔥(3) 发布并加入讨论🔥
3 评论
6 收藏
分享
返回顶部
顶部