转载

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

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/

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

正文到此结束
Loading...