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

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 06:04:11 PST 2021


awarzynski added a subscriber: jyknight.
awarzynski added a comment.

I quickly compared shallow vs deep clones (this by no means thorough):

- deep clone: ~6mins, ~2.5GB
- shallow clone: ~1.5mins, ~1.2GB

So clearly this is a very useful recommendation.

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?


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

https://reviews.llvm.org/D97118



More information about the llvm-commits mailing list