summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-06-22 19:26:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-06-22 22:55:03 (GMT)
commitc9c318d6bf26bcecdca5b6f31683b9d5887a83ee (patch)
tree0717f81c0d6842a00656ded84ff33e4378ef7333 /Documentation
parent81be89e0bee5bebc478a19b317d8ef4d5f6704a9 (diff)
downloadgit-c9c318d6bf26bcecdca5b6f31683b9d5887a83ee.zip
git-c9c318d6bf26bcecdca5b6f31683b9d5887a83ee.tar.gz
git-c9c318d6bf26bcecdca5b6f31683b9d5887a83ee.tar.bz2
The fourth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.28.0.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.28.0.txt b/Documentation/RelNotes/2.28.0.txt
index 9fc6dc3..55903d8 100644
--- a/Documentation/RelNotes/2.28.0.txt
+++ b/Documentation/RelNotes/2.28.0.txt
@@ -19,6 +19,9 @@ UI, Workflows & Features
* The check in "git fsck" to ensure that the tree objects are sorted
still had corner cases it missed unsorted entries.
+ * The interface to redact sensitive information in the trace output
+ has been simplified.
+
Performance, Internal Implementation, Development Support etc.
@@ -99,6 +102,14 @@ Fixes since v2.27
* Use of negative pathspec, while collecting paths including
untracked ones in the working tree, was broken.
+ * The same worktree directory must be registered only once, but
+ "git worktree move" allowed this invariant to be violated, which
+ has been corrected.
+ (merge 810382ed37 es/worktree-duplicate-paths later to maint).
+
+ * The effect of sparse checkout settings on submodules is documented.
+ (merge e7d7c73249 en/sparse-with-submodule-doc later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 2c31a7aa44 jx/pkt-line-doc-count-fix later to maint).
(merge d63ae31962 cb/t5608-cleanup later to maint).