@@ -46,6 +46,8 @@ UI, Workflows & Features
46
46
* The command line prompt support used to be littered with bash-isms,
47
47
which has been corrected to work with more shells.
48
48
49
+ * Support for the RUNTIME_PREFIX feature has been added to z/OS port.
50
+
49
51
50
52
Performance, Internal Implementation, Development Support etc.
51
53
--------------------------------------------------------------
@@ -106,6 +108,9 @@ Performance, Internal Implementation, Development Support etc.
106
108
expand the sparse index as needed, but the command fully expanded
107
109
the sparse index upfront, which now has been taught not to do.
108
110
111
+ * More trace2 events at key points on push and fetch code paths have
112
+ been added.
113
+
109
114
110
115
Fixes since v2.46
111
116
-----------------
@@ -182,10 +187,16 @@ Fixes since v2.46
182
187
183
188
* "git rebase -x --quiet" was not quiet, which was corrected.
184
189
190
+ * The code path for compacting reftable files saw some bugfixes
191
+ against concurrent operation.
192
+
185
193
* Other code cleanup, docfix, build fix, etc.
186
194
(merge bb0498b1bb jc/how-to-maintain-updates later to maint).
187
195
(merge 0d66f601a9 jc/tests-no-useless-tee later to maint).
188
196
(merge 170cdfc5a4 jc/grammo-fixes later to maint).
189
197
(merge 983555a1f2 jc/how-to-maintain-updates later to maint).
190
198
(merge e3209bd4df ps/stash-keep-untrack-empty-fix later to maint).
191
199
(merge 44db6f75cc jc/coding-style-c-operator-with-spaces later to maint).
200
+ (merge 596f4ff6ad cl/config-regexp-docfix later to maint).
201
+ (merge 4881328617 aa/cat-file-batch-output-doc later to maint).
202
+ (merge 1609470409 jc/config-doc-update later to maint).
0 commit comments