diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-01-29 12:47:52 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-01-29 12:47:52 -0800 |
| commit | e6dc1ea0591e013aeb5d1e1d5d59aca693ab1e06 (patch) | |
| tree | f31f2a19ea5b8a0d8fe958794550d94531d34a8a | |
| parent | 6a015cecbe662b00c8ac697b95d966def569f4e7 (diff) | |
| parent | 1747125e2ccd40cfc5eaa35aa9adfffa2fa10240 (diff) | |
| download | git-e6dc1ea0591e013aeb5d1e1d5d59aca693ab1e06.tar.xz | |
Merge branch 'cc/partial-clone-doc-typofix'
Doc fix.
* cc/partial-clone-doc-typofix:
partial-clone: add missing 'is' in doc
| -rw-r--r-- | Documentation/technical/partial-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/partial-clone.txt b/Documentation/technical/partial-clone.txt index 1ef66bd788..896c7b3878 100644 --- a/Documentation/technical/partial-clone.txt +++ b/Documentation/technical/partial-clone.txt @@ -114,7 +114,7 @@ their "<name>.pack" and "<name>.idx" files. that it has, either because the local repository has that object in one of its promisor packfiles, or because another promisor object refers to it. + -When Git encounters a missing object, Git can see if it a promisor object +When Git encounters a missing object, Git can see if it is a promisor object and handle it appropriately. If not, Git can report a corruption. + This means that there is no need for the client to explicitly maintain an |
