Skip to content

Commit 4ace7ff

Browse files
committed
Git 2.2.0-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ef59f32 commit 4ace7ff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Documentation/RelNotes/2.2.0.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ UI, Workflows & Features
3939
* "git difftool" learned an option to stop feeding paths to the
4040
diff backend when it exits with a non-zero status.
4141

42+
* "git grep" allows to paint (or not paint) partial matches on
43+
context lines whenshowing "grep -C<num>" output in color.
44+
4245
* "log --date=iso" uses a slight variant of ISO 8601 format that is
4346
made more human readable. A new "--date=iso-strict" option gives
4447
datetime output that is more strictly conformant.
@@ -89,6 +92,9 @@ UI, Workflows & Features
8992
document, whose contents have been updated to more modern Git
9093
practice.
9194

95+
* On the "git svn" front, work to reduce memory consumption and
96+
to improve handling of mergeinfo progresses.
97+
9298

9399
Performance, Internal Implementation, etc.
94100

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.1.0.GIT
4+
DEF_VER=v2.2.0-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)