@@ -29,6 +29,13 @@ Performance, Internal Implementation, Development Support etc.
29
29
* Replace "git config --bool" calls with "git config --type=bool" in
30
30
sample templates.
31
31
32
+ * The effort to move "git-add--interactive" to C continues.
33
+
34
+ * Improve error message generation for "git submodule add".
35
+
36
+ * Preparation of test scripts for the day when the object names will
37
+ use SHA-256 continues.
38
+
32
39
33
40
Fixes since v2.25
34
41
-----------------
@@ -87,6 +94,28 @@ Fixes since v2.25
87
94
* "git fetch --refmap=" option has got a better documentation.
88
95
(merge b40a50264a ds/refmap-doc later to maint).
89
96
97
+ * "git checkout X" did not correctly fail when X is not a local
98
+ branch but could name more than one remote-tracking branches
99
+ (i.e. to be dwimmed as the starting point to create a corresponding
100
+ local branch), which has been corrected.
101
+ (merge fa74180d08 am/checkout-file-and-ref-ref-ambiguity later to maint).
102
+
103
+ * Corner case bugs in "git clean" that stems from a (necessarily for
104
+ performance reasons) awkward calling convention in the directory
105
+ enumeration API has been corrected.
106
+ (merge 0cbb60574e en/fill-directory-fixes-more later to maint).
107
+
108
+ * A fetch that is told to recursively fetch updates in submodules
109
+ inevitably produces reams of output, and it becomes hard to spot
110
+ error messages. The command has been taught to enumerate
111
+ submodules that had errors at the end of the operation.
112
+ (merge 0222540827 es/fetch-show-failed-submodules-atend later to maint).
113
+
114
+ * The "--recurse-submodules" option of various subcommands did not
115
+ work well when run in an alternate worktree, which has been
116
+ corrected.
117
+ (merge a9472afb63 pb/recurse-submodule-in-worktree-fix later to maint).
118
+
90
119
* Other code cleanup, docfix, build fix, etc.
91
120
(merge 26f924d50e en/simplify-check-updates-in-unpack-trees later to maint).
92
121
(merge 065027ee1a en/string-list-can-be-custom-sorted later to maint).
@@ -98,3 +127,5 @@ Fixes since v2.25
98
127
(merge c513a958b6 ss/t6025-modernize later to maint).
99
128
(merge 69e104d70e bc/author-committer-doc later to maint).
100
129
(merge 7a2dc95cbc bc/misconception-doc later to maint).
130
+ (merge b441717256 dl/test-must-fail-fixes later to maint).
131
+ (merge d031049da3 mt/sparse-checkout-doc-update later to maint).
0 commit comments