@@ -35,6 +35,9 @@ UI, Workflows & Features
3535
3636 * Comes with an updated "gitk".
3737
38+ * The documentation of "git commit" and "git rebase" now refer to
39+ commit titles as such, not "subject".
40+
3841
3942Performance, Internal Implementation, Development Support etc.
4043--------------------------------------------------------------
@@ -204,6 +207,19 @@ Fixes since v2.48
204207 * A thunderbird helper script lost its bashism.
205208 (merge 59d26bd961 bc/contrib-thunderbird-patch-inline-fix later to maint).
206209
210+ * The -G/-S options to the "diff" family of commands caused us to hit
211+ a BUG() when they get no values; they have been corrected.
212+ (merge a620046b29 bc/diff-reject-empty-arg-to-pickaxe later to maint).
213+
214+ * "git merge-tree --stdin" has been improved (including a workaround
215+ for a deadlock).
216+ (merge 6a9ae81015 pw/merge-tree-stdin-deadlock-fix later to maint).
217+
218+ * Correct the default target in Documentation/Makefile, and
219+ future-proof all Makefiles from similar breakages by declaring the
220+ default target (which happens to be "all") upfront.
221+ (merge 5309c1e9fb ad/set-default-target-in-makefiles later to maint).
222+
207223 * Other code cleanup, docfix, build fix, etc.
208224 (merge ddb5287894 jk/t7407-use-test-grep later to maint).
209225 (merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
0 commit comments