diff options
author | Christian Couder <christian.couder@gmail.com> | 2019-01-14 07:10:52 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-14 11:06:47 -0800 |
commit | 1747125e2ccd40cfc5eaa35aa9adfffa2fa10240 (patch) | |
tree | 4c55f82820ef3c9e59a0d00df6ea5090582216dd /Documentation | |
parent | partial-clone: render design doc using asciidoc (diff) | |
download | tgif-1747125e2ccd40cfc5eaa35aa9adfffa2fa10240.tar.xz |
partial-clone: add missing 'is' in doc
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-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 |