@@ -33,6 +33,22 @@ UI, Workflows & Features
3333 * "git rev-list --missing=" learned to accept "print-info" that gives
3434 known details expected of the missing objects, like path and type.
3535
36+ * Comes with an updated "gitk".
37+
38+ * The documentation of "git commit" and "git rebase" now refer to
39+ commit titles as such, not "subject".
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+
3652
3753Performance, Internal Implementation, Development Support etc.
3854--------------------------------------------------------------
@@ -202,6 +218,29 @@ Fixes since v2.48
202218 * A thunderbird helper script lost its bashism.
203219 (merge 59d26bd961 bc/contrib-thunderbird-patch-inline-fix later to maint).
204220
221+ * The -G/-S options to the "diff" family of commands caused us to hit
222+ a BUG() when they get no values; they have been corrected.
223+ (merge a620046b29 bc/diff-reject-empty-arg-to-pickaxe later to maint).
224+
225+ * "git merge-tree --stdin" has been improved (including a workaround
226+ for a deadlock).
227+ (merge 6a9ae81015 pw/merge-tree-stdin-deadlock-fix later to maint).
228+
229+ * Correct the default target in Documentation/Makefile, and
230+ future-proof all Makefiles from similar breakages by declaring the
231+ default target (which happens to be "all") upfront.
232+ (merge 5309c1e9fb ad/set-default-target-in-makefiles later to maint).
233+
234+ * "git check-mailmap" used to segfault when queried without human
235+ readable name.
236+ (merge bb60c52131 jk/check-mailmap-wo-name-fix later to maint).
237+
238+ * Support for renaming of symbolic links on Windows has been improved.
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+
205244 * Other code cleanup, docfix, build fix, etc.
206245 (merge ddb5287894 jk/t7407-use-test-grep later to maint).
207246 (merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
@@ -217,3 +256,6 @@ Fixes since v2.48
217256 (merge 087740d65a ps/leakfixes-0129 later to maint).
218257 (merge 6bba6f604b jp/doc-trailer-config later to maint).
219258 (merge f1cc562b77 lo/t7603-path-is-file-update later to maint).
259+ (merge 45761988ac en/doc-renormalize later to maint).
260+ (merge 832f56f06a jc/doc-boolean-synonyms later to maint).
261+ (merge 3eeed876a9 ac/doc-http-ssl-type-config later to maint).
0 commit comments