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
19
19
* The check in "git fsck" to ensure that the tree objects are sorted
20
20
still had corner cases it missed unsorted entries.
21
21
22
+ * The interface to redact sensitive information in the trace output
23
+ has been simplified.
24
+
22
25
23
26
Performance, Internal Implementation, Development Support etc.
24
27
@@ -99,6 +102,14 @@ Fixes since v2.27
99
102
* Use of negative pathspec, while collecting paths including
100
103
untracked ones in the working tree, was broken.
101
104
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
+
102
113
* Other code cleanup, docfix, build fix, etc.
103
114
(merge 2c31a7aa44 jx/pkt-line-doc-count-fix later to maint).
104
115
(merge d63ae31962 cb/t5608-cleanup later to maint).
You can’t perform that action at this time.
0 commit comments