Typo fix in GitRepositories doc file

Signed-off-by: jonathan-innis <jonathan.innis.ji@gmail.com>
This commit is contained in:
Jonathan Innis 2021-02-22 16:13:31 -08:00 committed by jonathan-innis
parent 2a91f1bee0
commit df91005cdf
No known key found for this signature in database
GPG Key ID: 5046BA5825A72350
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ comes with its own set of drawbacks.
Some git providers like Azure DevOps require that the git client supports specific capabilities
to be able to communicate. The initial library used in source-controller did not support
this functionality while other libraries that did were missinging other critical functionality,
this functionality while other libraries that did were missing other critical functionality,
specifically the ability to do shallow cloning. Shallow cloning is important as it allows
source-controller to only fetch the latest commits, instead of the whole git history.
For some very large repositories this means downloading GB of data that could fill the disk