summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-06-07 00:48:38 +0000
committerEvan Read <eread@gitlab.com>2019-06-07 00:48:38 +0000
commit02aee27058eac8e111db09093fd39b1e1eedb848 (patch)
treeec0b24ed1b6e3a799f1a4a3408fafac18b080589
parent5d1e4c023dfb05b98c61862f30cc85bbb1e834b1 (diff)
parent61c993f0954c8d945c8133df5a08a60e45316df5 (diff)
downloadgitlab-ce-02aee27058eac8e111db09093fd39b1e1eedb848.tar.gz
Merge branch 'docs/realign-ce-docs' into 'master'
Port missing docs to CE See merge request gitlab-org/gitlab-ce!29279
-rw-r--r--doc/user/admin_area/settings/account_and_limit_settings.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/user/admin_area/settings/account_and_limit_settings.md b/doc/user/admin_area/settings/account_and_limit_settings.md
index 1d355824760..001e4b6bf48 100644
--- a/doc/user/admin_area/settings/account_and_limit_settings.md
+++ b/doc/user/admin_area/settings/account_and_limit_settings.md
@@ -40,11 +40,9 @@ These settings can be found within:
- **Admin Area > Settings > General**.
- The path `/admin/application_settings`.
-The very first push of a new project cannot be checked for size as of now, so
-the first push will allow you to upload more than the limit dictates, but every
-subsequent push will be denied. LFS objects, however, can be checked on first
-push and **will** be rejected if the sum of their sizes exceeds the maximum
-allowed repository size.
+The first push of a new project, including LFS objects, will be checked for size
+and **will** be rejected if the sum of their sizes exceeds the maximum allowed
+repository size.
For details on manually purging files, see [reducing the repository size using Git](../../project/repository/reducing_the_repo_size_using_git.md).