@@ -28,6 +28,13 @@ UI, Workflows & Features
28
28
both learned to trigger fsck over the new objects with configurable
29
29
fck check levels.
30
30
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
+
31
38
32
39
Performance, Internal Implementation, Development Support etc.
33
40
--------------------------------------------------------------
@@ -265,6 +272,14 @@ Fixes since v2.47
265
272
* Fix performance regression of a recent "fatten promisor pack with
266
273
local objects" protection against an unwanted gc.
267
274
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
+
268
283
* Other code cleanup, docfix, build fix, etc.
269
284
(merge 77af53f56f aa/t7300-modernize later to maint).
270
285
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).
@@ -273,3 +288,4 @@ Fixes since v2.47
273
288
(merge 168ebb7159 jc/doc-error-message-guidelines later to maint).
274
289
(merge 18693d7d65 kh/doc-bundle-typofix later to maint).
275
290
(merge e2f5d3b491 kh/doc-update-ref-grammofix later to maint).
291
+ (merge 8525e92886 mh/doc-windows-home-env later to maint).
0 commit comments