Skip to content

Commit c9c318d

Browse files
committed
The fourth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 81be89e commit c9c318d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.28.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ UI, Workflows & Features
1919
* The check in "git fsck" to ensure that the tree objects are sorted
2020
still had corner cases it missed unsorted entries.
2121

22+
* The interface to redact sensitive information in the trace output
23+
has been simplified.
24+
2225

2326
Performance, Internal Implementation, Development Support etc.
2427

@@ -99,6 +102,14 @@ Fixes since v2.27
99102
* Use of negative pathspec, while collecting paths including
100103
untracked ones in the working tree, was broken.
101104

105+
* The same worktree directory must be registered only once, but
106+
"git worktree move" allowed this invariant to be violated, which
107+
has been corrected.
108+
(merge 810382ed37 es/worktree-duplicate-paths later to maint).
109+
110+
* The effect of sparse checkout settings on submodules is documented.
111+
(merge e7d7c73249 en/sparse-with-submodule-doc later to maint).
112+
102113
* Other code cleanup, docfix, build fix, etc.
103114
(merge 2c31a7aa44 jx/pkt-line-doc-count-fix later to maint).
104115
(merge d63ae31962 cb/t5608-cleanup later to maint).

0 commit comments

Comments
 (0)