Skip to content

Commit c4f0e30

Browse files
committed
Sync with 'master'
2 parents 43b1b90 + 6afdb07 commit c4f0e30

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Documentation/RelNotes/2.37.0.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,29 @@ Fixes since v2.36
138138
this issue).
139139
(merge 6a61661967 jc/archive-add-file-normalize-mode later to maint).
140140

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+
141164
* Other code cleanup, docfix, build fix, etc.
142165
(merge e6b2582da3 cm/reftable-0-length-memset later to maint).
143166
(merge 0b75e5bf22 ab/misc-cleanup later to maint).
@@ -154,3 +177,5 @@ Fixes since v2.36
154177
(merge 17f273ffba tk/p4-with-explicity-sync later to maint).
155178
(merge 944db25c60 kf/p4-multiple-remotes later to maint).
156179
(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

Comments
 (0)