aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-01-13 13:00:48 -0800
committerJunio C Hamano <gitster@pobox.com>2025-01-13 13:00:48 -0800
commit46afc2ba91a3c7fa8f1591c0a6a1b7c4ad0d2a07 (patch)
tree7652cf71274b2ec17c75d76617d004d0a088f5ed /Documentation/RelNotes
parentfbe8d3079d4a96aeb4e4529cc93cc0043b759a05 (diff)
downloadgit-46afc2ba91a3c7fa8f1591c0a6a1b7c4ad0d2a07.tar.xz
Start the Git 2.49 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.49.0.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.49.0.txt b/Documentation/RelNotes/2.49.0.txt
new file mode 100644
index 0000000000..b4a1f10a78
--- /dev/null
+++ b/Documentation/RelNotes/2.49.0.txt
@@ -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.