提交 4ace7ff4 编写于 作者: J Junio C Hamano

Git 2.2.0-rc0

Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 ef59f324
...@@ -39,6 +39,9 @@ UI, Workflows & Features ...@@ -39,6 +39,9 @@ UI, Workflows & Features
* "git difftool" learned an option to stop feeding paths to the * "git difftool" learned an option to stop feeding paths to the
diff backend when it exits with a non-zero status. diff backend when it exits with a non-zero status.
* "git grep" allows to paint (or not paint) partial matches on
context lines whenshowing "grep -C<num>" output in color.
* "log --date=iso" uses a slight variant of ISO 8601 format that is * "log --date=iso" uses a slight variant of ISO 8601 format that is
made more human readable. A new "--date=iso-strict" option gives made more human readable. A new "--date=iso-strict" option gives
datetime output that is more strictly conformant. datetime output that is more strictly conformant.
...@@ -89,6 +92,9 @@ UI, Workflows & Features ...@@ -89,6 +92,9 @@ UI, Workflows & Features
document, whose contents have been updated to more modern Git document, whose contents have been updated to more modern Git
practice. practice.
* On the "git svn" front, work to reduce memory consumption and
to improve handling of mergeinfo progresses.
Performance, Internal Implementation, etc. Performance, Internal Implementation, etc.
......
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v2.1.0.GIT DEF_VER=v2.2.0-rc0
LF=' LF='
' '
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册