@@ -230,6 +230,13 @@ Fixes since v1.6.0
230230All of the fixes in v1.6.0.X maintenance series are included in this
231231release, unless otherwise noted.
232232
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+
233240* "git add" and "git update-index" incorrectly allowed adding S/F when S
234241 is a tracked symlink that points at a directory D that has a path F in
235242 it (we still need to fix a similar nonsense when S is a submodule and F
@@ -244,6 +251,16 @@ release, unless otherwise noted.
244251
245252* "git filter-branch" failed to rewrite a tag name with slashes in it.
246253
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+
247264* "git rm --cached" used to allow an empty blob that was added earlier to
248265 be removed without --force, even when the file in the work tree has
249266 since been modified.
@@ -260,6 +277,6 @@ release, unless otherwise noted.
260277
261278--
262279exec >/var/tmp/1
263- O=v1.6.1-rc1-55-gd8af75d
280+ O=v1.6.1-rc3-74-gf66bc5f
264281echo O=$(git describe master)
265282git shortlog --no-merges $O..master ^maint
0 commit comments