aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-02-27 15:22:47 -0800
committerJunio C Hamano <gitster@pobox.com>2025-02-27 15:23:01 -0800
commitcb0ae672aeabefca9704477ea8018ac94f523970 (patch)
tree151ed38ece2d83857effc9f0e55ac0395e96e8a0
parentMerge branch 'jc/3.0-branches-remotes-update' (diff)
downloadgit-cb0ae672aeabefca9704477ea8018ac94f523970.tar.gz
git-cb0ae672aeabefca9704477ea8018ac94f523970.zip
A bit more post -rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.49.0.adoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.49.0.adoc b/Documentation/RelNotes/2.49.0.adoc
index 2e9aa0d69f..aa6b378aba 100644
--- a/Documentation/RelNotes/2.49.0.adoc
+++ b/Documentation/RelNotes/2.49.0.adoc
@@ -38,6 +38,17 @@ UI, Workflows & Features
* The documentation of "git commit" and "git rebase" now refer to
commit titles as such, not "subject".
+ * The value of "uname -s" is by default sent over the wire as a part
+ of the "version" capability.
+
+ * "git refs migrate" can optionally be told not to migrate the reflog.
+
+ * The netrc support (via the cURL library) for the HTTP transport has
+ been re-enabled.
+
+ * Removal of ".git/branches" and ".git/remotes" support in the
+ BreakingChanges document has been further clarified.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -226,6 +237,10 @@ Fixes since v2.48
* Support for renaming of symbolic links on Windows has been improved.
+ * "git rebase -i" failed to allow rewording an empty commit that has
+ been fast-forwarded.
+ (merge af8fc7be10 pw/rebase-i-ff-empty-commit later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).