aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical
diff options
context:
space:
mode:
authorKousik Sanagavarapu <five231003@gmail.com>2022-11-10 21:35:56 +0530
committerTaylor Blau <me@ttaylorr.com>2022-11-11 17:23:12 -0500
commit29c550f0af6181c424a7c0080edb79c2a2ad32d6 (patch)
tree6039899aa410cf67196394d9b1c8ca1b5b856fb2 /Documentation/technical
parent319605f8f00e402f3ea758a02c63534ff800a711 (diff)
downloadgit-29c550f0af6181c424a7c0080edb79c2a2ad32d6.tar.gz
repository-version.txt: partialClone casing change
Remotes are considered "promisor" if extensions.partialClone and some other configuration variables are set. The casing for this in Documentation/technical/repository-version.txt is not proper and may cause confusion. This change corrects this casing. Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/repository-version.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/repository-version.txt b/Documentation/technical/repository-version.txt
index 7844ef30ff..8ef664b0b9 100644
--- a/Documentation/technical/repository-version.txt
+++ b/Documentation/technical/repository-version.txt
@@ -82,9 +82,9 @@ When the config key `extensions.preciousObjects` is set to `true`,
objects in the repository MUST NOT be deleted (e.g., by `git-prune` or
`git repack -d`).
-==== `partialclone`
+==== `partialClone`
-When the config key `extensions.partialclone` is set, it indicates
+When the config key `extensions.partialClone` is set, it indicates
that the repo was created with a partial clone (or later performed
a partial fetch) and that the remote may have omitted sending
certain unwanted objects. Such a remote is called a "promisor remote"