Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-11-12 01:42:50 +0300
committerTaylor Blau <me@ttaylorr.com>2022-11-12 01:42:50 +0300
commit7c7f90fbad72682a73be1bb9117b6e763c319e5d (patch)
treecd981bab54074a9776e7d0cf46999546f0f7b8b7
parent02497033ea77f2074f751b1d2cd16cb89d15bae3 (diff)
parent29c550f0af6181c424a7c0080edb79c2a2ad32d6 (diff)
Merge branch 'ks/partialclone-casing' into seenseen
* ks/partialclone-casing: repository-version.txt: partialClone casing change
-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 7844ef30ffd..8ef664b0b95 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"