蔷薇525 发表于 2015-7-26 07:01:44

Git 2.4.6 发布,版本控制系统

腾讯SNG夏日招聘集结号:200个空缺岗位,JAVA、C++、云计算、Android……
  Git 2.4.6 发布,更新内容如下:
  * "git fetch --depth=" and "git clone --depth=" issued
  a shallow transfer request even to an upload-pack that does not
  support the capability.
  
  * "git fsck" used to ignore missing or invalid objects recorded in reflog.
  
  * The tcsh completion writes a bash scriptlet but that would have
  failed for users with noclobber set.
  
  * Recent Mac OS X updates breaks the logic to detect that the machine
  is on the AC power in the sample pre-auto-gc script.
  
  * "git format-patch --ignore-if-upstream A..B" did not like to be fed
  tags as boundary commits.
  此外还有一些常规修复,文档更新和代码清理。
  下载:https://github.com/git/git/archive/v2.4.6.zip。
  Git是一个开源的分布式版本控制系统,用以有效、高速的处理从很小到非常大的项目版本管理。
  开源中国 Git 代码托管平台:http://git.oschina.net/
页: [1]
查看完整版本: Git 2.4.6 发布,版本控制系统