Skip to content

Commit 6c0bd1f

Browse files
committed
The tenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent daae793 commit 6c0bd1f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Documentation/RelNotes/2.50.0.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ UI, Workflows & Features
5151
* "git blame --porcelain" mode now talks about unblamable lines and
5252
lines that are blamed to an ignored commit.
5353

54+
* The build procedure installs bash (but not zsh) completion script.
55+
5456

5557
Performance, Internal Implementation, Development Support etc.
5658
--------------------------------------------------------------
@@ -115,6 +117,16 @@ Performance, Internal Implementation, Development Support etc.
115117
* Update parse-options API to catch mistakes to pass address of an
116118
integral variable of a wrong type/size.
117119
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+
118130
119131
Fixes since v2.49
120132
-----------------
@@ -224,6 +236,12 @@ Fixes since v2.49
224236
* Various build tweaks, including CSPRNG selection on some platforms.
225237
(merge cdda67de03 rj/build-tweaks later to maint).
226238

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+
227245
* Other code cleanup, docfix, build fix, etc.
228246
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
229247
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
@@ -244,3 +262,8 @@ Fixes since v2.49
244262
(merge 107d889303 md/t1403-path-is-file later to maint).
245263
(merge abd4192b07 js/comma-semicolon-confusion later to maint).
246264
(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

Comments
 (0)