From c72e5ebe9938d315ec598197873e71a80168d40a Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 27 Feb 2020 09:09:01 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/ci/large_repositories/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ci/large_repositories/index.md') diff --git a/doc/ci/large_repositories/index.md b/doc/ci/large_repositories/index.md index ec8de8d6f6c..6ac3fa2c92d 100644 --- a/doc/ci/large_repositories/index.md +++ b/doc/ci/large_repositories/index.md @@ -104,7 +104,7 @@ and that your repository is clean. [`GIT_CLEAN_FLAGS`](../yaml/README.md#git-clean-flags) is disabled when set to `none`. On very big repositories, this might be desired because `git clean` is disk I/O intensive. Controlling that with `GIT_CLEAN_FLAGS: -ffdx --e .build/`, for example, allows you to control and disable removal of some +-e .build/` (for example) allows you to control and disable removal of some directories within the worktree between subsequent runs, which can speed-up the incremental builds. This has the biggest effect if you re-use existing machines and have an existing worktree that you can re-use for builds. -- cgit v1.2.1