@@ -47,6 +47,18 @@ UI, Workflows & Features
47
47
* "git clone --recurse-submodules --single-branch" now uses the same
48
48
single-branch option when cloning the submodules.
49
49
50
+ * "git rm" and "git stash" learns the new "--pathspec-from-file"
51
+ option.
52
+
53
+ * "git am --short-current-patch" is a way to show the piece of e-mail
54
+ for the stopped step, which is not suitable to directly feed "git
55
+ apply" (it is designed to be a good "git am" input). It learned a
56
+ new option to show only the patch part.
57
+
58
+ * Handling of conflicting renames in merge-recursive have further
59
+ been made consistent with how existing codepaths try to mimic what
60
+ is done to add/add conflicts.
61
+
50
62
51
63
Performance, Internal Implementation, Development Support etc.
52
64
@@ -288,6 +300,18 @@ Fixes since v2.25
288
300
reverted.
289
301
(merge 0106b1d4be hi/gpg-use-check-signature later to maint).
290
302
303
+ * MinGW's poll() emulation has been improved.
304
+ (merge 94f4d01932 am/mingw-poll-fix later to maint).
305
+
306
+ * "git show" and others gave an object name in raw format in its
307
+ error output, which has been corrected to give it in hex.
308
+ (merge 237a28173f hd/show-one-mergetag-fix later to maint).
309
+
310
+ * "git fetch" over HTTP walker protocol did not show any progress
311
+ output. We inherently do not know how much work remains, but still
312
+ we can show something not to bore users.
313
+ (merge 7655b4119d rs/show-progress-in-dumb-http-fetch later to maint).
314
+
291
315
* Other code cleanup, docfix, build fix, etc.
292
316
(merge 26f924d50e en/simplify-check-updates-in-unpack-trees later to maint).
293
317
(merge d0d0a357a1 am/update-pathspec-f-f-tests later to maint).
@@ -315,3 +339,6 @@ Fixes since v2.25
315
339
(merge 240fc04f81 ag/rebase-remove-redundant-code later to maint).
316
340
(merge 7f487ce062 js/ci-windows-update later to maint).
317
341
(merge d68ce906c7 rs/commit-graph-code-simplification later to maint).
342
+ (merge a51d9e8f07 rj/t1050-use-test-path-is-file later to maint).
343
+ (merge fd0bc17557 kk/complete-diff-color-moved later to maint).
344
+ (merge 65bf820d0e en/test-cleanup later to maint).
0 commit comments