]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Start 2.50 cycle (batch #1)
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Mar 2025 06:25:40 +0000 (15:25 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Mar 2025 07:26:11 +0000 (16:26 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.50.0.adoc [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.50.0.adoc b/Documentation/RelNotes/2.50.0.adoc
new file mode 100644 (file)
index 0000000..50e3027
--- /dev/null
@@ -0,0 +1,34 @@
+Git v2.50 Release Notes
+=======================
+
+UI, Workflows & Features
+------------------------
+
+ * A post-processing filter for "diff --raw" output has been
+   introduced.
+
+
+Performance, Internal Implementation, Development Support etc.
+--------------------------------------------------------------
+
+ * A handful of built-in command implementations have been rewritten
+   to use the repository instance supplied by git.c:run_builtin(), its
+   caller.
+
+ * "git fsck" becomes more careful when checking the refs.
+
+
+Fixes since v2.49
+-----------------
+
+ * The refname exclusion logic in the packed-ref backend has been
+   broken for some time, which confused upload-pack to advertise
+   different set of refs.  This has been corrected.
+   (merge 10e8a9352b tb/refs-exclude-fixes later to maint).
+
+ * The merge-recursive and merge-ort machinery crashed in corner cases
+   when certain renames are involved.
+   (merge 3adba40858 en/merge-process-renames-crash-fix later to maint).
+
+ * Other code cleanup, docfix, build fix, etc.
+   (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
index 3abfe7d3d7e79d3b9189f4fc93cd842d9b195103..b98159829898289a6e07fca4b019b13f6c7bfd74 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEF_VER=v2.49.0
+DEF_VER=v2.49.GIT
 
 LF='
 '
index ac72bdf04d129d4079fa4552f61a4373b78a8917..eaaaf878d38ad185f4458ceedb2fe18d0bdc6a15 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.49.0.adoc
\ No newline at end of file
+Documentation/RelNotes/2.50.0.adoc
\ No newline at end of file