分布式版本控制系统 Git v2.12.2 发布

· · 516 次点击 · · 开始浏览    
这是一个创建于 的文章,其中的信息可能已经有所发展或是发生改变。

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

部分更新内容:

  • git status –porcelain” is supposed to give a stable output, but a few strings were left as translatable by mistake.
  • “Dumb http” transport used to misparse a nonsense http-alternates response, which has been fixed.
  • “git diff –quiet” relies on the size field in diff_filespec to be correctly populated, but diff_populate_filespec() helper function made an incorrect short-cut when asked only to populate the size field for paths that need to go through convert_to_git() (e.g. CRLF conversion).
  • There is no need for Python only to give a few messages to the standard error stream, but we somehow did.
  • A leak in a codepath to read from a packed object in (rare) cases has been plugged.
  • “git upload-pack”, which is a counter-part of “git fetch”, did not report a request for a ref that was not advertised as invalid.
  • This is generally not a problem (because “git fetch” will stop before making such a request), but is the right thing to do.
  • A “gc.log” file left by a backgrounded “gc –auto” disables further automatic gc; it has been taught to run at least once a day (by default) by ignoring a stale “gc.log” file that is too old.
  • “git remote rm X”, when a branch has remote X configured as the value of its branch.*.remote, tried to remove branch.*.remote and branch.*.merge and failed if either is unset.

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

下载地址:

来自自 http://www.oschina.net/news/83210/git-2-12-2-released

关注本站微信公众号(和以上内容无关)InfraPub ,扫码关注:InfraPub

516 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传