summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-07-18 16:35:20 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-07-18 16:35:20 -0700
commitd400cb0d1ba45c8f17b132b50b7685614af8505c (patch)
tree54bf8b561dfb73b93def62472eba20b2712822de
parentGit 2.28-rc1 (diff)
parentRelNotes: update the v0 with extension situation (diff)
downloadtgif-d400cb0d1ba45c8f17b132b50b7685614af8505c.tar.xz
Merge branch 'jc/relnotes-v0-extension-update' into master
Last minute fix-up to the release notes. * jc/relnotes-v0-extension-update: RelNotes: update the v0 with extension situation
-rw-r--r--Documentation/RelNotes/2.28.0.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/RelNotes/2.28.0.txt b/Documentation/RelNotes/2.28.0.txt
index 934f5e652b..da9cafb788 100644
--- a/Documentation/RelNotes/2.28.0.txt
+++ b/Documentation/RelNotes/2.28.0.txt
@@ -9,15 +9,6 @@ Backward compatibility notes
* "fetch.writeCommitGraph" is deemed to be still a bit too risky and
is no longer part of the "feature.experimental" set.
- * It used to be that setting extensions.* configuration variables
- alone, while leaving core.repositoryFormatVersion=0, made these
- settings effective, which was a wrong thing to do. In version 0,
- there was no special meaning in extensions.* configuration
- variables. This has been corrected. If you need these repository
- extensions to be effective, the core.repositoryFormatVersion
- variable needs to be updated to 1 after vetting these extensions.*
- variables are set correctly.
-
UI, Workflows & Features