summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-08-30 17:17:45 -0500
committerPatricio Cano <suprnova32@gmail.com>2016-08-30 17:17:45 -0500
commitcf37d623e197dae5cc7efb021c1b1d85ca9674ee (patch)
treee785be171d2400ef751426cc79757cca320f856b /doc
parent63a97c11928d483cfad87d11f83c7df84c29743d (diff)
downloadgitlab-ce-cf37d623e197dae5cc7efb021c1b1d85ca9674ee.tar.gz
Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfs
Diffstat (limited to 'doc')
-rw-r--r--doc/api/projects.md6
-rw-r--r--doc/workflow/project_features.md10
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 671b4ba7a7a..0d5aa61aa74 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -452,7 +452,7 @@ Parameters:
- `import_url` (optional)
- `public_builds` (optional)
- `only_allow_merge_if_build_succeeds` (optional)
-- `enable_lfs` (optional)
+- `lfs_enabled` (optional)
### Create project for user
@@ -479,7 +479,7 @@ Parameters:
- `import_url` (optional)
- `public_builds` (optional)
- `only_allow_merge_if_build_succeeds` (optional)
-- `enable_lfs` (optional)
+- `lfs_enabled` (optional)
### Edit project
@@ -507,7 +507,7 @@ Parameters:
- `visibility_level` (optional)
- `public_builds` (optional)
- `only_allow_merge_if_build_succeeds` (optional)
-- `enable_lfs` (optional)
+- `lfs_enabled` (optional)
On success, method returns 200 with the updated project. If parameters are
invalid, 400 is returned.
diff --git a/doc/workflow/project_features.md b/doc/workflow/project_features.md
index 6790c06f325..f19e7df8c9a 100644
--- a/doc/workflow/project_features.md
+++ b/doc/workflow/project_features.md
@@ -32,12 +32,12 @@ Snippets are little bits of code or text.
This is a nice place to put code or text that is used semi-regularly within the project, but does not belong in source control.
-For example, a specific config file that is used by > the team that is only valid for the people that work on the code.
+For example, a specific config file that is used by the team that is only valid for the people that work on the code.
-## LFS
+## Git LFS
->**Note:** Project specific LFS setting was added on 8.12 and is available only to admins.
+>**Note:** Project-specific LFS setting was added on 8.12 and is available only to admins.
Git Large File Storage allows you to easily manage large binary files with Git.
-With this setting admins can keep better control of which projects are allowed
-to use LFS, thus allowing for better storage usage control.
+With this setting admins can better control which projects are allowed to use
+LFS.