Skip to content

Commit cb0ae67

Browse files
committed
A bit more post -rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9f280be commit cb0ae67

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/RelNotes/2.49.0.adoc

+15
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ UI, Workflows & Features
3838
* The documentation of "git commit" and "git rebase" now refer to
3939
commit titles as such, not "subject".
4040

41+
* The value of "uname -s" is by default sent over the wire as a part
42+
of the "version" capability.
43+
44+
* "git refs migrate" can optionally be told not to migrate the reflog.
45+
46+
* The netrc support (via the cURL library) for the HTTP transport has
47+
been re-enabled.
48+
49+
* Removal of ".git/branches" and ".git/remotes" support in the
50+
BreakingChanges document has been further clarified.
51+
4152

4253
Performance, Internal Implementation, Development Support etc.
4354
--------------------------------------------------------------
@@ -226,6 +237,10 @@ Fixes since v2.48
226237

227238
* Support for renaming of symbolic links on Windows has been improved.
228239

240+
* "git rebase -i" failed to allow rewording an empty commit that has
241+
been fast-forwarded.
242+
(merge af8fc7be10 pw/rebase-i-ff-empty-commit later to maint).
243+
229244
* Other code cleanup, docfix, build fix, etc.
230245
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
231246
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).

0 commit comments

Comments
 (0)