File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ UI, Workflows & Features
39
39
* "git difftool" learned an option to stop feeding paths to the
40
40
diff backend when it exits with a non-zero status.
41
41
42
+ * "git grep" allows to paint (or not paint) partial matches on
43
+ context lines whenshowing "grep -C<num>" output in color.
44
+
42
45
* "log --date=iso" uses a slight variant of ISO 8601 format that is
43
46
made more human readable. A new "--date=iso-strict" option gives
44
47
datetime output that is more strictly conformant.
@@ -89,6 +92,9 @@ UI, Workflows & Features
89
92
document, whose contents have been updated to more modern Git
90
93
practice.
91
94
95
+ * On the "git svn" front, work to reduce memory consumption and
96
+ to improve handling of mergeinfo progresses.
97
+
92
98
93
99
Performance, Internal Implementation, etc.
94
100
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.1.0.GIT
4
+ DEF_VER=v2.2.0-rc0
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments