]> git.ipfire.org Git - thirdparty/git.git/commitdiff
A few more after -rc1
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Mar 2025 18:37:53 +0000 (10:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Mar 2025 18:37:53 +0000 (10:37 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.49.0.adoc

index 3d253455d373a9ef2d075d257db4c387e9d6b0e4..a173eb193075c294e85ca02893bf8b9261ca89bd 100644 (file)
@@ -93,6 +93,18 @@ Performance, Internal Implementation, Development Support etc.
  * Rename processing in the recursive merge backend has seen a micro
    optimization.
 
+ * The path.[ch] API takes an explicit repository parameter passed
+   throughout the callchain, instead of relying on the_repository
+   singleton instance.
+
+ * Large-object promisor protocol extension has been introduced.
+
+ * The editorconfig file is updated to tell us that bash scripts are
+   similar to general Bourne shell scripts.
+
+ * Meson-based build procedure forgot to build some docs, which has
+   been corrected.
+
 
 Fixes since v2.48
 -----------------
@@ -272,3 +284,4 @@ Fixes since v2.48
    (merge 45761988ac en/doc-renormalize later to maint).
    (merge 832f56f06a jc/doc-boolean-synonyms later to maint).
    (merge 3eeed876a9 ac/doc-http-ssl-type-config later to maint).
+   (merge c268e3285d jc/breaking-changes-early-adopter-option later to maint).