diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-07-16 18:02:52 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-07-16 18:02:52 -0700 |
commit | 3ddac3d691c3633cd4d9a74c07e3b2301f546f77 (patch) | |
tree | 545f7fc7f66afa9a0cff98db56ab6365542dcaa2 /Documentation/RelNotes | |
parent | Merge branch 'jn/v0-with-extensions-fix' into master (diff) | |
download | tgif-3ddac3d691c3633cd4d9a74c07e3b2301f546f77.tar.xz |
Git 2.28-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/2.28.0.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.28.0.txt b/Documentation/RelNotes/2.28.0.txt index 542a139c53..934f5e652b 100644 --- a/Documentation/RelNotes/2.28.0.txt +++ b/Documentation/RelNotes/2.28.0.txt @@ -118,6 +118,14 @@ Performance, Internal Implementation, Development Support etc. * The effort to avoid using test_must_fail on non-git command continues. + * In 2.28-rc0, we corrected a bug that some repository extensions are + honored by mistake even in a version 0 repositories (these + configuration variables in extensions.* namespace were supposed to + have special meaning in repositories whose version numbers are 1 or + higher), but this was a bit too big a change. The behaviour in + recent versions of Git where certaion extensions.* were honored by + mistake even in version 0 repositories has been restored. + Fixes since v2.27 ----------------- |