@@ -138,6 +138,29 @@ Fixes since v2.36
138
138
this issue).
139
139
(merge 6a61661967 jc/archive-add-file-normalize-mode later to maint).
140
140
141
+ * "make coverage-report" without first running "make coverage" did
142
+ not produce any meaningful result, which has been corrected.
143
+ (merge 96ddfecc5b ep/coverage-report-wants-test-to-have-run later to maint).
144
+
145
+ * The "--current" option of "git show-branch" should have been made
146
+ incompatible with the "--reflog" mode, but this was not enforced,
147
+ which has been corrected.
148
+ (merge 41c64ae0e7 jc/show-branch-g-current later to maint).
149
+
150
+ * "git fetch" unnecessarily failed when an unexpected optional
151
+ section appeared in the output, which has been corrected.
152
+ (merge 7709acf7be jt/fetch-peek-optional-section later to maint).
153
+
154
+ * The way "git fetch" without "--update-head-ok" ensures that HEAD in
155
+ no worktree points at any ref being updated was too wasteful, which
156
+ has been optimized a bit.
157
+ (merge f7400da800 os/fetch-check-not-current-branch later to maint).
158
+
159
+ * "git fetch --recurse-submodules" from multiple remotes (either from
160
+ a remote group, or "--all") used to make one extra "git fetch" in
161
+ the submodules, which has been corrected.
162
+ (merge 0353c68818 jc/avoid-redundant-submodule-fetch later to maint).
163
+
141
164
* Other code cleanup, docfix, build fix, etc.
142
165
(merge e6b2582da3 cm/reftable-0-length-memset later to maint).
143
166
(merge 0b75e5bf22 ab/misc-cleanup later to maint).
@@ -154,3 +177,5 @@ Fixes since v2.36
154
177
(merge 17f273ffba tk/p4-with-explicity-sync later to maint).
155
178
(merge 944db25c60 kf/p4-multiple-remotes later to maint).
156
179
(merge b014cee8de jc/update-ozlabs-url later to maint).
180
+ (merge 4ec5008062 pb/ggg-in-mfc-doc later to maint).
181
+ (merge af845a604d tb/receive-pack-code-cleanup later to maint).
0 commit comments