@@ -230,6 +230,13 @@ Fixes since v1.6.0
230
230
All of the fixes in v1.6.0.X maintenance series are included in this
231
231
release, unless otherwise noted.
232
232
233
+ * Porcelains implemented as shell scripts were utterly confused when you
234
+ entered to a subdirectory of a work tree from sideways, following a
235
+ symbolic link (this may need to be backported to older releases later).
236
+
237
+ * Tracking symbolic links would work better on filesystems whose lstat()
238
+ returns incorrect st_size value for them.
239
+
233
240
* "git add" and "git update-index" incorrectly allowed adding S/F when S
234
241
is a tracked symlink that points at a directory D that has a path F in
235
242
it (we still need to fix a similar nonsense when S is a submodule and F
@@ -244,6 +251,16 @@ release, unless otherwise noted.
244
251
245
252
* "git filter-branch" failed to rewrite a tag name with slashes in it.
246
253
254
+ * "git http-push" did not understand URI scheme other than opaquelocktoken
255
+ when acquiring a lock from the server (this may need to be backported to
256
+ older releases later).
257
+
258
+ * "git revert" records relative to which parent a revert was made when
259
+ reverting a merge. Together with new documentation that explains issues
260
+ around reverting a merge and merging from the updated branch later, this
261
+ hopefully will reduce user confusion (this may need to be backported to
262
+ older releases later).
263
+
247
264
* "git rm --cached" used to allow an empty blob that was added earlier to
248
265
be removed without --force, even when the file in the work tree has
249
266
since been modified.
@@ -260,6 +277,6 @@ release, unless otherwise noted.
260
277
261
278
--
262
279
exec >/var/tmp/1
263
- O=v1.6.1-rc1-55-gd8af75d
280
+ O=v1.6.1-rc3-74-gf66bc5f
264
281
echo O=$(git describe master)
265
282
git shortlog --no-merges $O..master ^maint
0 commit comments