Skip to content

Commit 1747125

Browse files
chriscoolgitster
authored andcommitted
partial-clone: add missing 'is' in doc
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 5641eb9 commit 1747125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/partial-clone.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ their "<name>.pack" and "<name>.idx" files.
114114
that it has, either because the local repository has that object in one of
115115
its promisor packfiles, or because another promisor object refers to it.
116116
+
117-
When Git encounters a missing object, Git can see if it a promisor object
117+
When Git encounters a missing object, Git can see if it is a promisor object
118118
and handle it appropriately. If not, Git can report a corruption.
119119
+
120120
This means that there is no need for the client to explicitly maintain an

0 commit comments

Comments
 (0)