]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Start the Git 2.49 cycle
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Jan 2025 21:00:48 +0000 (13:00 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jan 2025 21:00:48 +0000 (13:00 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.49.0.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.49.0.txt b/Documentation/RelNotes/2.49.0.txt
new file mode 100644 (file)
index 0000000..b4a1f10
--- /dev/null
@@ -0,0 +1,15 @@
+Git v2.49 Release Notes
+=======================
+
+UI, Workflows & Features
+------------------------
+
+
+Performance, Internal Implementation, Development Support etc.
+--------------------------------------------------------------
+
+
+Fixes since v2.48
+-----------------
+
+ * Other code cleanup, docfix, build fix, etc.
index f2af817feaeb384dee0ffd197f02a31cf2d31f87..3704a1c39e0ad4cbd08788c041fc2176307c0d4c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEF_VER=v2.48.0
+DEF_VER=v2.48.GIT
 
 LF='
 '
index 061d69928369ba98adc5dda270b90f44694f62fd..978481996e7b6ff6a576ca3d33fcb4e0086f3bd9 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.48.0.txt
\ No newline at end of file
+Documentation/RelNotes/2.49.0.txt
\ No newline at end of file