File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
2326Performance, 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).
You can’t perform that action at this time.
0 commit comments