@@ -28,6 +28,13 @@ UI, Workflows & Features
2828   both learned to trigger fsck over the new objects with configurable
2929   fck check levels.
3030
31+  * When "git fetch $remote" notices that refs/remotes/$remote/HEAD is
32+    missing and discovers what branch the other side points with its
33+    HEAD, refs/remotes/$remote/HEAD is updated to point to it.
34+ 
35+  * "git fetch" honors "remote.<remote>.followRemoteHEAD" settings to
36+    tweak the remote-tracking HEAD in "refs/remotes/<remote>/HEAD".
37+ 
3138
3239Performance, Internal Implementation, Development Support etc.
3340--------------------------------------------------------------
@@ -265,6 +272,14 @@ Fixes since v2.47
265272 * Fix performance regression of a recent "fatten promisor pack with
266273   local objects" protection against an unwanted gc.
267274
275+  * "git log -p --remerge-diff --reverse" was completely broken.
276+    (merge f94bfa1516 js/log-remerge-keep-ancestry later to maint).
277+ 
278+  * "git bundle create" with an annotated tag on the positive end of
279+    the revision range had a workaround code for older limitation in
280+    the revision walker, which has become unnecessary.
281+    (merge dd1072dfa8 tc/bundle-with-tag-remove-workaround later to maint).
282+ 
268283 * Other code cleanup, docfix, build fix, etc.
269284   (merge 77af53f56f aa/t7300-modernize later to maint).
270285   (merge dcd590a39d bf/t-readme-mention-reftable later to maint).
@@ -273,3 +288,4 @@ Fixes since v2.47
273288   (merge 168ebb7159 jc/doc-error-message-guidelines later to maint).
274289   (merge 18693d7d65 kh/doc-bundle-typofix later to maint).
275290   (merge e2f5d3b491 kh/doc-update-ref-grammofix later to maint).
291+    (merge 8525e92886 mh/doc-windows-home-env later to maint).
0 commit comments