@@ -51,6 +51,8 @@ UI, Workflows & Features
51
51
* "git blame --porcelain" mode now talks about unblamable lines and
52
52
lines that are blamed to an ignored commit.
53
53
54
+ * The build procedure installs bash (but not zsh) completion script.
55
+
54
56
55
57
Performance, Internal Implementation, Development Support etc.
56
58
--------------------------------------------------------------
@@ -115,6 +117,16 @@ Performance, Internal Implementation, Development Support etc.
115
117
* Update parse-options API to catch mistakes to pass address of an
116
118
integral variable of a wrong type/size.
117
119
120
+ * Since a call to repo_config() can be called with repo set to NULL
121
+ these days, a command that is marked as RUN_SETUP in the builtin
122
+ command table does not have to check repo with NULL before making
123
+ the call.
124
+
125
+ * Overhaul of the reftable API.
126
+
127
+ * Reduce requirement for Perl in our documentation build and a few
128
+ scripts.
129
+
118
130
119
131
Fixes since v2.49
120
132
-----------------
@@ -224,6 +236,12 @@ Fixes since v2.49
224
236
* Various build tweaks, including CSPRNG selection on some platforms.
225
237
(merge cdda67de03 rj/build-tweaks later to maint).
226
238
239
+ * Developer support fix..
240
+ (merge 32b74b9809 js/git-perf-env-override later to maint).
241
+
242
+ * Fix for scheduled maintenance tasks on platforms using launchctl.
243
+ (merge eb2d7beb0e jh/gc-launchctl-schedule-fix later to maint).
244
+
227
245
* Other code cleanup, docfix, build fix, etc.
228
246
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
229
247
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
@@ -244,3 +262,8 @@ Fixes since v2.49
244
262
(merge 107d889303 md/t1403-path-is-file later to maint).
245
263
(merge abd4192b07 js/comma-semicolon-confusion later to maint).
246
264
(merge 27b7264206 ab/environment-clean-header later to maint).
265
+ (merge ff4a749354 as/typofix-in-env-h-header later to maint).
266
+ (merge 86eef3541e az/tighten-string-array-constness later to maint).
267
+ (merge 25292c301d lo/remove-log-reencode-from-rev-info later to maint).
268
+ (merge 1aa50636fd jk/p5332-testfix later to maint).
269
+ (merge 42cf4ac552 ps/ci-resurrect-p4-on-github later to maint).
0 commit comments