git-repo/docs
Xin Li d79a4bc51b Make partial clone imply no-clone-bundle by default.
For large projects, clone bundle is useful because it provided a way to
efficiently transfer a large portion of git objects through CDN, without
needing to interact with git server. However, with partial clones, the
intention is to not download most of the objects, so the use of clone
bundles would defeat the space savings normally seen with partial
clones, as they are downloaded before the first fetch.

A new option, --clone-bundle is added to override this behavior.
Add a new repo.clonebundle variable which remembers the choice if
explicitly given from command line at repo init.

Change-Id: I03638474af303a82af34579e16cd4700690b5f43
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/268452
Tested-by: Xin Li <delphij@google.com>
Reviewed-by: Jonathan Nieder <jrn@google.com>
2020-05-21 19:47:36 +00:00
..
internal-fs-layout.md Make partial clone imply no-clone-bundle by default. 2020-05-21 19:47:36 +00:00
manifest-format.md Add a way to override the remote using <extend-project> 2020-02-04 22:42:28 +00:00
python-support.md python-support: adjust major versions 2019-10-11 06:56:03 +00:00
release-process.md init: rename --repo-branch to --repo-rev 2020-03-18 00:24:43 +00:00
repo-hooks.md hooks: support external hooks running different Python version 2019-07-27 01:10:40 +00:00
windows.md docs: update Windows info 2020-02-22 04:56:24 +00:00