diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-07-18 16:35:20 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-07-18 16:35:20 -0700 |
| commit | d400cb0d1ba45c8f17b132b50b7685614af8505c (patch) | |
| tree | 54bf8b561dfb73b93def62472eba20b2712822de | |
| parent | 3ddac3d691c3633cd4d9a74c07e3b2301f546f77 (diff) | |
| parent | 1e1a30b64aba4e6dcc683725614cf5e31e8b632a (diff) | |
| download | git-d400cb0d1ba45c8f17b132b50b7685614af8505c.tar.gz | |
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.txt | 9 |
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 |
