@@ -35,6 +35,9 @@ UI, Workflows & Features
35
35
36
36
* Comes with an updated "gitk".
37
37
38
+ * The documentation of "git commit" and "git rebase" now refer to
39
+ commit titles as such, not "subject".
40
+
38
41
39
42
Performance, Internal Implementation, Development Support etc.
40
43
--------------------------------------------------------------
@@ -204,6 +207,19 @@ Fixes since v2.48
204
207
* A thunderbird helper script lost its bashism.
205
208
(merge 59d26bd961 bc/contrib-thunderbird-patch-inline-fix later to maint).
206
209
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
+
207
223
* Other code cleanup, docfix, build fix, etc.
208
224
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
209
225
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
0 commit comments