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
38
38
* The documentation of "git commit" and "git rebase" now refer to
39
39
commit titles as such, not "subject".
40
40
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
+
41
52
42
53
Performance, Internal Implementation, Development Support etc.
43
54
--------------------------------------------------------------
@@ -226,6 +237,10 @@ Fixes since v2.48
226
237
227
238
* Support for renaming of symbolic links on Windows has been improved.
228
239
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
+
229
244
* Other code cleanup, docfix, build fix, etc.
230
245
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
231
246
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
You can’t perform that action at this time.
0 commit comments