aboutsummaryrefslogtreecommitdiffstats
diff options
authorJunio C Hamano <gitster@pobox.com>2025-04-29 14:07:22 -0700
committerJunio C Hamano <gitster@pobox.com>2025-04-29 14:21:34 -0700
commit6c0bd1fc70efaf053abe4e57c976afdc72d15377 (patch)
tree630e361bc0ae5b9def1e1f303ccadb80a4ab5f76
parentdaae7937c79e6cb5ae1bbae76dbaaa8d7300e01f (diff)
downloadgit-master.tar.gz
The tenth batchHEADmastermain
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.50.0.adoc23
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.50.0.adoc b/Documentation/RelNotes/2.50.0.adoc
index 3ab82ac3a2..f4a047e290 100644
--- a/Documentation/RelNotes/2.50.0.adoc
+++ b/Documentation/RelNotes/2.50.0.adoc
@@ -51,6 +51,8 @@ UI, Workflows & Features
* "git blame --porcelain" mode now talks about unblamable lines and
lines that are blamed to an ignored commit.
+ * The build procedure installs bash (but not zsh) completion script.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -115,6 +117,16 @@ Performance, Internal Implementation, Development Support etc.
* Update parse-options API to catch mistakes to pass address of an
integral variable of a wrong type/size.
+ * Since a call to repo_config() can be called with repo set to NULL
+ these days, a command that is marked as RUN_SETUP in the builtin
+ command table does not have to check repo with NULL before making
+ the call.
+
+ * Overhaul of the reftable API.
+
+ * Reduce requirement for Perl in our documentation build and a few
+ scripts.
+
Fixes since v2.49
-----------------
@@ -224,6 +236,12 @@ Fixes since v2.49
* Various build tweaks, including CSPRNG selection on some platforms.
(merge cdda67de03 rj/build-tweaks later to maint).
+ * Developer support fix..
+ (merge 32b74b9809 js/git-perf-env-override later to maint).
+
+ * Fix for scheduled maintenance tasks on platforms using launchctl.
+ (merge eb2d7beb0e jh/gc-launchctl-schedule-fix later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
@@ -244,3 +262,8 @@ Fixes since v2.49
(merge 107d889303 md/t1403-path-is-file later to maint).
(merge abd4192b07 js/comma-semicolon-confusion later to maint).
(merge 27b7264206 ab/environment-clean-header later to maint).
+ (merge ff4a749354 as/typofix-in-env-h-header later to maint).
+ (merge 86eef3541e az/tighten-string-array-constness later to maint).
+ (merge 25292c301d lo/remove-log-reencode-from-rev-info later to maint).
+ (merge 1aa50636fd jk/p5332-testfix later to maint).
+ (merge 42cf4ac552 ps/ci-resurrect-p4-on-github later to maint).