On 1/26/2022 1:59 AM, Bagas Sanjaya wrote: > On 26/01/22 01.42, Derrick Stolee via GitGitGadget wrote: >> As documented in 11664196ac ("Revert "check_repository_format_gently(): >> refuse extensions for old repositories"", 2020-07-15), this extension >> must be considered regardless of the repository format version for >> historical reasons. >> > ... >> +For historical reasons, `extensions.worktreeConfig` is respected >> +regardless of the `core.repositoryFormatVersion` setting. > > This implies `extensions.worktreeConfig` become integral part of every > repository format version, from the past until now and to the future, > right? Right. What I'm saying is that this is already the case. I'm not changing it. The commit message in 116664196ac discusses this in depth. I'm pointing it out carefully because it is news to me (hence why the sparse-checkout builtin updates the repository format version before this series). Thanks, -Stolee