Git 是用于 Linux 内核开发的版本控制工具。采用分布式版本库的方式,不必服务器端软件支持,使源代码的发布和交流极其方便。Git 的最大特色是速度快、具有合并跟踪(merge tracing)的能力。 
Git 1.7.3.5 特性: - The xfuncname pattern used by “git diff” and “git grep” to show the last notable line in context were broken for python and ruby for a long time.
- “git merge” into an unborn branch removed an untracked file “foo” from the working tree when merged branch had “foo”
- “git status -s” did not quote unprintable characters in paths as documented.
- “git am –abort” used to always reset to the commit at the beginning of the last “am” invocation that has stopped, losing any unrelated commits that may have been made since then. Now it refrains from doing so and instead issues a warning.
- “git blame” incorrectly reused bogusly cached result of textconv filter for files from the working tree.
- “git commit” used to abort after the user edited the log message when the committer information was not correctly set up. It now aborts before starting the editor.
- “git commit –date=invalid” used to silently ignore the incorrectly specified date; it is now diagnosed as an error.
- “git rebase –skip” to skip the last commit in a series used to fail to run post-rewrite hook and to copy notes from old commits that have successfully been rebased so far. Now it do (backmerge ef88ad2).
- “gitweb” tried to show a wrong feed logo when none was specified.
下载 Git 1.7.3.5 发布公告 项目主页 |