Skip to content

Commit 11ad41d

Browse files
committed
Seventh batch for 2.21
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6951c5f commit 11ad41d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Documentation/RelNotes/2.21.0.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ UI, Workflows & Features
3535
* "git checkout [<tree-ish>] path..." learned to report the number of
3636
paths that have been checked out of the index or the tree-ish,
3737
which gives it the same degree of noisy-ness as the case in which
38-
the command checks out a branch.
38+
the command checks out a branch. "git checkout -m <pathspec>" to
39+
undo conflict resolution gives a similar message.
3940

4041
* "git quiltimport" learned "--keep-non-patch" option.
4142

@@ -174,6 +175,11 @@ Performance, Internal Implementation, Development Support etc.
174175
* Use of the sparse tool got easier to customize from the command
175176
line to help developers.
176177

178+
* A new target "coverage-prove" to run the coverage test under
179+
"prove" has been added.
180+
181+
* A flakey "p4" test has been removed.
182+
177183

178184
Fixes since v2.20
179185
-----------------
@@ -403,6 +409,9 @@ Fixes since v2.20
403409
repository information correctly, leading to an access of freed
404410
piece of memory.
405411

412+
* Some errors from the other side coming over smart HTTP transport
413+
were not noticed, which has been corrected.
414+
406415
* Code cleanup, docfix, build fix, etc.
407416
(merge 89ba9a79ae hb/t0061-dot-in-path-fix later to maint).
408417
(merge d173e799ea sb/diff-color-moved-config-option-fixup later to maint).
@@ -427,3 +436,6 @@ Fixes since v2.20
427436
(merge 86fb1c4e77 km/init-doc-typofix later to maint).
428437
(merge 5cfd4a9d10 nd/commit-doc later to maint).
429438
(merge 9fce19a431 ab/diff-tree-doc-fix later to maint).
439+
(merge 2e285e7803 tz/gpg-test-fix later to maint).
440+
(merge 5427de960b kl/pretty-doc-markup-fix later to maint).
441+
(merge 3815f64b0d js/mingw-host-cpu later to maint).

0 commit comments

Comments
 (0)