Skip to content

Commit de93cc1

Browse files
committed
The third batch for 2.26
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ea46d90 commit de93cc1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Documentation/RelNotes/2.26.0.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ Performance, Internal Implementation, Development Support etc.
2929
* Replace "git config --bool" calls with "git config --type=bool" in
3030
sample templates.
3131

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+
3239

3340
Fixes since v2.25
3441
-----------------
@@ -87,6 +94,28 @@ Fixes since v2.25
8794
* "git fetch --refmap=" option has got a better documentation.
8895
(merge b40a50264a ds/refmap-doc later to maint).
8996

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+
90119
* Other code cleanup, docfix, build fix, etc.
91120
(merge 26f924d50e en/simplify-check-updates-in-unpack-trees later to maint).
92121
(merge 065027ee1a en/string-list-can-be-custom-sorted later to maint).
@@ -98,3 +127,5 @@ Fixes since v2.25
98127
(merge c513a958b6 ss/t6025-modernize later to maint).
99128
(merge 69e104d70e bc/author-committer-doc later to maint).
100129
(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

Comments
 (0)