@@ -35,6 +35,10 @@ UI, Workflows & Features
35
35
* "git fetch" honors "remote.<remote>.followRemoteHEAD" settings to
36
36
tweak the remote-tracking HEAD in "refs/remotes/<remote>/HEAD".
37
37
38
+ * "git range-diff" learned to optionally show and compare merge
39
+ commits in the ranges being compared, with the --diff-merges
40
+ option.
41
+
38
42
39
43
Performance, Internal Implementation, Development Support etc.
40
44
--------------------------------------------------------------
@@ -141,6 +145,22 @@ Performance, Internal Implementation, Development Support etc.
141
145
142
146
* Build procedure update plus introduction of Meson based builds.
143
147
148
+ * Recent reftable updates mistook a NULL return from a request for
149
+ 0-byte allocation as OOM and died unnecessarily, which has been
150
+ corrected.
151
+
152
+ * Reftable backend adds check for upper limit of log's update_index.
153
+
154
+ * Start working to make the codebase buildable with -Wsign-compare.
155
+
156
+ * Regression fix for 'show-index' when run outside of a repository.
157
+
158
+ * The meson-build procedure is integrated into CI to catch and
159
+ prevent bitrotting.
160
+
161
+ * "git refs migrate" learned to also migrate the reflog data across
162
+ backends.
163
+
144
164
145
165
Fixes since v2.47
146
166
-----------------
@@ -280,6 +300,13 @@ Fixes since v2.47
280
300
the revision walker, which has become unnecessary.
281
301
(merge dd1072dfa8 tc/bundle-with-tag-remove-workaround later to maint).
282
302
303
+ * GitLab CI updates.
304
+ (merge c6b43f663e ps/ci-gitlab-update later to maint).
305
+
306
+ * Code to reuse objects based on bitmap contents have been tightened
307
+ to avoid race condition even when multiple packs are involved.
308
+ (merge 62b3ec8a3f tb/bitmap-fix-pack-reuse later to maint).
309
+
283
310
* Other code cleanup, docfix, build fix, etc.
284
311
(merge 77af53f56f aa/t7300-modernize later to maint).
285
312
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).
0 commit comments