diff options
| author | Taylor Blau <me@ttaylorr.com> | 2022-11-14 19:53:43 -0500 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2022-11-14 19:53:43 -0500 |
| commit | 859899ddc1007595550aff6cd76d7d58409104d0 (patch) | |
| tree | 2fd087542b09569acf405995ff21723c2989bda0 | |
| parent | Merge branch 'mh/password-can-be-pat' (diff) | |
| parent | repository-version.txt: partialClone casing change (diff) | |
| download | git-859899ddc1007595550aff6cd76d7d58409104d0.tar.gz git-859899ddc1007595550aff6cd76d7d58409104d0.zip | |
Merge branch 'ks/partialclone-casing'
Documentation fix.
* ks/partialclone-casing:
repository-version.txt: partialClone casing change
Diffstat (limited to '')
| -rw-r--r-- | Documentation/technical/repository-version.txt | 4 |
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" |
