@@ -48,6 +48,10 @@ Updates since v1.6.6
48
48
mismatch between fast-import and the frontends that produce the input
49
49
stream.
50
50
51
+ * "git svn" support of subversion "merge tickets" and miscellaneous fixes.
52
+
53
+ * "gitk" updates.
54
+
51
55
(portability)
52
56
53
57
* Some more MSVC portability patches for msysgit port.
@@ -113,11 +117,14 @@ Updates since v1.6.6
113
117
114
118
* "git fetch --all" can now be used in place of "git remote update".
115
119
116
- * "git grep" does not rely on external grep anymore.
120
+ * "git grep" does not rely on external grep anymore. It can use more than
121
+ one threads to accelerate the operation.
117
122
118
123
* "git grep" learned "--no-index" option, to search inside contents that
119
124
are not managed by git.
120
125
126
+ * "git grep" learned "--quiet" option.
127
+
121
128
* "git log" and friends learned "--glob=heads/*" syntax that is a more
122
129
flexible way to complement "--branches/--tags/--remotes".
123
130
@@ -178,6 +185,11 @@ release, unless otherwise noted.
178
185
the branch is fully merged to its upstream branch if it is not merged
179
186
to the current branch. It now deletes it in such a case.
180
187
188
+ * "git config -f <relative path>" run from a subdirectory misbehaved.
189
+ 65807ee (builtin-config: Fix crash when using "-f <relative path>"
190
+ from non-root dir, 2010-01-26) may be merged to older maintenance
191
+ branches.
192
+
181
193
* When "git diff" is asked to compare the work tree with something,
182
194
it used to consider that a checked-out submodule with uncommitted
183
195
changes is not modified; this could cause people to forget committing
@@ -186,6 +198,7 @@ release, unless otherwise noted.
186
198
187
199
--
188
200
exec >/var/tmp/1
189
- O=v1.6.6.1-434-g3521c1b
201
+ O=v1.7.0-rc0-48-gdace5dd
202
+ O=v1.7.0-rc0-67-gb10b918
190
203
echo O=$(git describe master)
191
204
git shortlog --no-merges $O..master ^maint
0 commit comments