From 4ace7ff4557350b7e0b57d024a2ea311b332e01d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 31 Oct 2014 11:57:23 -0700 Subject: [PATCH] Git 2.2.0-rc0 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.2.0.txt | 6 ++++++ GIT-VERSION-GEN | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.2.0.txt b/Documentation/RelNotes/2.2.0.txt index 826b0e420d..741e14e26d 100644 --- a/Documentation/RelNotes/2.2.0.txt +++ b/Documentation/RelNotes/2.2.0.txt @@ -39,6 +39,9 @@ UI, Workflows & Features * "git difftool" learned an option to stop feeding paths to the 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" output in color. + * "log --date=iso" uses a slight variant of ISO 8601 format that is made more human readable. A new "--date=iso-strict" option gives datetime output that is more strictly conformant. @@ -89,6 +92,9 @@ UI, Workflows & Features document, whose contents have been updated to more modern Git practice. + * On the "git svn" front, work to reduce memory consumption and + to improve handling of mergeinfo progresses. + Performance, Internal Implementation, etc. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 153d55d2b9..2b2d79799f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.1.0.GIT +DEF_VER=v2.2.0-rc0 LF=' ' -- 2.11.4.GIT