File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
4253Performance, 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).
You can’t perform that action at this time.
0 commit comments