Git 是用于 Linux 内核开发的版本控制工具。采用分布式版本库的方式,不必服务器端软件支持,使源代码的发布和交流极其方便。Git 的最大特色是速度快、具有合并跟踪(merge tracing)的能力。 
Git v1.7.3.4 更新:- Smart HTTP 用于传输错误重试重新定向的POST与GET的请求。
- “git apply” did not correctly handle patches that only change modes if told to apply while stripping leading paths with -p option.
- “git imap-send” failed to build under NO_OPENSSL.
- Setting log.decorate configuration variable to “0″ or “1″ to mean “false” or “true” did not work.
- “git push” over dumb HTTP protocol did not work against WebDAV servers that did not terminate a collection name with a slash.
- “git tag -v” did not work with GPG signatures in rfc1991 mode.
下载 Git v1.7.3.4 发布公告 项目主页 |