Skip to content

Commit 29c550f

Browse files
five-shttaylorr
authored andcommitted
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 <[email protected]> Signed-off-by: Taylor Blau <[email protected]>
1 parent 319605f commit 29c550f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/technical/repository-version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ When the config key `extensions.preciousObjects` is set to `true`,
8282
objects in the repository MUST NOT be deleted (e.g., by `git-prune` or
8383
`git repack -d`).
8484

85-
==== `partialclone`
85+
==== `partialClone`
8686

87-
When the config key `extensions.partialclone` is set, it indicates
87+
When the config key `extensions.partialClone` is set, it indicates
8888
that the repo was created with a partial clone (or later performed
8989
a partial fetch) and that the remote may have omitted sending
9090
certain unwanted objects. Such a remote is called a "promisor remote"

0 commit comments

Comments
 (0)