aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical/partial-clone.txt
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 06:45:08 +0000
committerJunio C Hamano <gitster@pobox.com>2023-10-09 12:06:29 -0700
commit859a6d6045e338a337cb7499100b1fa31c367fbf (patch)
treeefe92f5906cedbb2ae73d02644c2c034bb81a87f /Documentation/technical/partial-clone.txt
parent89363522424a27b2e43c74a7965566d943cbdba4 (diff)
downloadgit-859a6d6045e338a337cb7499100b1fa31c367fbf.tar.gz
documentation: remove extraneous words
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/partial-clone.txt')
-rw-r--r--Documentation/technical/partial-clone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/partial-clone.txt b/Documentation/technical/partial-clone.txt
index 1719c723f5..29876ca582 100644
--- a/Documentation/technical/partial-clone.txt
+++ b/Documentation/technical/partial-clone.txt
@@ -322,7 +322,7 @@ Footnotes
[a] expensive-to-modify list of missing objects: Earlier in the design of
partial clone we discussed the need for a single list of missing objects.
- This would essentially be a sorted linear list of OIDs that the were
+ This would essentially be a sorted linear list of OIDs that were
omitted by the server during a clone or subsequent fetches.
This file would need to be loaded into memory on every object lookup.