]> git.ipfire.org Git - thirdparty/git.git/commit
doc: consolidate extensions in git-config documentation
authorCaleb White <cdwhite3@pm.me>
Tue, 22 Oct 2024 00:08:49 +0000 (00:08 +0000)
committerTaylor Blau <me@ttaylorr.com>
Tue, 22 Oct 2024 16:49:32 +0000 (12:49 -0400)
commit19f5ce0bc23b04401acd6f838fae4c6a23f09ecf
tree2175fd5e67eb6923c0b64e83b58d46c4e3212350
parent34b6ce9b30747131b6e781ff718a45328aa887d0
doc: consolidate extensions in git-config documentation

The `technical/repository-version.txt` document originally served as the
master list for extensions, requiring that any new extensions be defined
there. However, the `config/extensions.txt` file was introduced later
and has since become the de facto location for describing extensions,
with several extensions listed there but missing from
`repository-version.txt`.

This consolidates all extension definitions into `config/extensions.txt`,
making it the authoritative source for extensions. The references in
`repository-version.txt` are updated to point to `config/extensions.txt`,
and cross-references to related documentation such as
`gitrepository-layout[5]` and `git-config[1]` are added.

Suggested-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Caleb White <cdwhite3@pm.me>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Documentation/config/core.txt
Documentation/config/extensions.txt
Documentation/gitrepository-layout.txt
Documentation/technical/hash-function-transition.txt
Documentation/technical/partial-clone.txt
Documentation/technical/repository-version.txt