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
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
9399Performance, Internal Implementation, etc.
94100
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v2.1.0.GIT
4+ DEF_VER=v2.2.0-rc0
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments