[PATCH] D97118: [Docs] Mention clone depth feature of git in LLVM getting started

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 06:26:58 PST 2021


xgupta added a comment.

In D97118#2578727 <https://reviews.llvm.org/D97118#2578727>, @awarzynski wrote:

> I quickly compared shallow vs deep clones (this by no means thorough):
>
> - deep clone: ~6mins, ~2.5GB
> - shallow clone: ~1.5mins, ~1.2GB

Don't know how you did it, but on system shallow clone with 'git clone --depth 1  https://github.com/<username>/llvm-project.git command download 142.44 MiB. (and internet speed is ofcourse less).

> LGTM, thanks for working on this! @jyknight was the last person to touch this bit of documentation - he might have some comments/pointers. Could you wait a day or two before merging?

Sure!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97118/new/

https://reviews.llvm.org/D97118



More information about the llvm-commits mailing list