summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-11-15 01:53:43 +0100
committerTaylor Blau <me@ttaylorr.com>2022-11-15 01:53:43 +0100
commit859899ddc1007595550aff6cd76d7d58409104d0 (patch)
tree2fd087542b09569acf405995ff21723c2989bda0 /Documentation
parentMerge branch 'mh/password-can-be-pat' (diff)
parentrepository-version.txt: partialClone casing change (diff)
downloadgit-859899ddc1007595550aff6cd76d7d58409104d0.tar.xz
git-859899ddc1007595550aff6cd76d7d58409104d0.zip
Merge branch 'ks/partialclone-casing'
Documentation fix. * ks/partialclone-casing: repository-version.txt: partialClone casing change
Diffstat (limited to 'Documentation')
-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"