设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Git 2.3.3/1.9.5.msysgit.1发布

2015-3-20 16:58| 发布者: joejoe0332| 查看: 551| 评论: 0|原作者: oschina|来自: oschina

摘要: Git 2.3.3 发布,此版本主要是 bug 修复:*Acorruptinputto"gitdiff-M"usedcauseustosegfault.*TheborrowedcodeinkwsetAPIdidnotfollowourusualconventiontouse"unsignedchar"tostorevaluesthatrangefrom0-255.*Desc ...

Git 2.3.3 发布,此版本主要是 bug 修复:

* A corrupt input to "git diff -M" used cause us to segfault. * The borrowed code in kwset API did not follow our usual convention   to use "unsigned char" to store values that range from 0-255. * Description given by "grep -h" for its --exclude-standard option   was phrased poorly. * Documentaton for "git remote add" mentioned "--tags" and   "--no-tags" and it was not clear that fetch from the remote in   the future will use the default behaviour when neither is given   to override it. * "git diff --shortstat --dirstat=changes" showed a dirstat based on   lines that was never asked by the end user in addition to the   dirstat that the user asked for. * The interaction between "git submodule update" and the   submodule.*.update configuration was not clearly documented. * "git apply" was not very careful about reading from, removing,   updating and creating paths outside the working tree (under   --index/--cached) or the current directory (when used as a   replacement for GNU patch). * "git daemon" looked up the hostname even when "%CH" and "%IP"   interpolations are not requested, which was unnecessary. * The "interpolated-path" option of "git daemon" inserted any string   client declared on the "host=" capability request without checking.   Sanitize and limit %H and %CH to a saner and a valid DNS name.

还有一些文档更新,下载和更多内容请看这里

Git 1.9.5.msysgit.1 发布,现已提供下载:https://github.com/msysgit/git/archive/v1.9.5.msysgit.1.zip

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

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

Windows下的Git请看这里:http://www.oschina.net/p/msysgit

Git 是 Linus Torvalds 为了帮助管理 Linux 内核开发而开发的一个开放源码的版本控制软件。

Torvalds 开始着手开发 Git 是为了作为一种过渡方案来替代 BitKeeper,后者之前一直是 Linux 内核开发人员在全球使用的主要源代码工具。开放源码社区中的有些人觉得 BitKeeper 的许可证并不适合开放源码社区的工作,因此 Torvalds 决定着手研究许可证更为灵活的版本控制系统。尽管最初 Git 的开发是为了辅助 Linux 内核开发的过程,但是我们已经发现在很多其他自由软件项目中也使用了 Git。例如,X.org 最近就迁移到 Git 上来了,很多 Freedesktop.org 的项目也迁移到了 Git 上。

Git与CVS的区别

  • 分支更快、更容易。

  • 支持离线工作;本地提交可以稍后提交到服务器上。

  • Git 提交都是原子的,且是整个项目范围的,而不像 CVS 中一样是对每个文件的。

  • Git 中的每个工作树都包含一个具有完整项目历史的仓库。

  • 没有哪一个 Git 仓库会天生比其他仓库更重要。


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部