Skip to content

Commit 344ee18

Browse files
committed
The second batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 53a8329 commit 344ee18

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

Documentation/RelNotes/2.26.0.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,26 @@ UI, Workflows & Features
99
* Sample credential helper for using .netrc has been updated to work
1010
out of the box.
1111

12+
* gpg.minTrustLevel configuration variable has been introduced to
13+
tell various signature verification codepaths the required minimum
14+
trust level.
15+
16+
* The command line completion (in contrib/) learned to complete
17+
subcommands and arguments to "git worktree".
18+
1219

1320
Performance, Internal Implementation, Development Support etc.
1421

22+
* Tell .editorconfig that in this project, *.txt files are indented
23+
with tabs.
24+
25+
* The test-lint machinery knew to check "VAR=VAL shell_function"
26+
construct, but did not check "VAR= shell_funciton", which has been
27+
corrected.
28+
29+
* Replace "git config --bool" calls with "git config --type=bool" in
30+
sample templates.
31+
1532

1633
Fixes since v2.25
1734
-----------------
@@ -48,6 +65,36 @@ Fixes since v2.25
4865
has been corrected.
4966
(merge e701bab3e9 nd/switch-and-restore later to maint).
5067

68+
* The code recently added to move to the entry beyond the ones in the
69+
same directory in the index in the sparse-cone mode did not count
70+
the number of entries to skip over incorrectly, which has been
71+
corrected.
72+
(merge 7210ca4ee5 ds/sparse-cone later to maint).
73+
74+
* Rendering by "git log --graph" of ancestry lines leading to a merge
75+
commit were made suboptimal to waste vertical space a bit with a
76+
recent update, which has been corrected.
77+
(merge c958d3bd0a ds/graph-horizontal-edges later to maint).
78+
79+
* Work around test breakages caused by custom regex engine used in
80+
libasan, when address sanitizer is used with more recent versions
81+
of gcc and clang.
82+
(merge f65d07fffa jk/asan-build-fix later to maint).
83+
84+
* Minor bugfixes to "git add -i" that has recently been rewritten in C.
85+
(merge 849e43cc18 js/builtin-add-i-cmds later to maint).
86+
87+
* "git fetch --refmap=" option has got a better documentation.
88+
(merge b40a50264a ds/refmap-doc later to maint).
89+
5190
* Other code cleanup, docfix, build fix, etc.
5291
(merge 26f924d50e en/simplify-check-updates-in-unpack-trees later to maint).
5392
(merge 065027ee1a en/string-list-can-be-custom-sorted later to maint).
93+
(merge d0d0a357a1 am/update-pathspec-f-f-tests later to maint).
94+
(merge f94f7bd00d am/test-pathspec-f-f-error-cases later to maint).
95+
(merge e4837b4406 jk/test-fixes later to maint).
96+
(merge a4ffbbbb99 rt/submodule-i18n later to maint).
97+
(merge 856249c62a bc/actualmente later to maint).
98+
(merge c513a958b6 ss/t6025-modernize later to maint).
99+
(merge 69e104d70e bc/author-committer-doc later to maint).
100+
(merge 7a2dc95cbc bc/misconception-doc later to maint).

0 commit comments

Comments
 (0)