summaryrefslogtreecommitdiff
path: root/doc/workflow/project_features.md
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-08-24 17:36:58 -0500
committerPatricio Cano <suprnova32@gmail.com>2016-08-30 16:17:41 -0500
commit0227e98d0db2eb7fc6a35ddfcd3a0581ab550948 (patch)
treec9840a698f1670c94c38ea0cfe961a464c7ac61e /doc/workflow/project_features.md
parent9d8fbcc03847820eeda61e9d765693161f3619c5 (diff)
downloadgitlab-ce-0227e98d0db2eb7fc6a35ddfcd3a0581ab550948.tar.gz
Added CHANGELOG, documentation, and API functionality
Diffstat (limited to 'doc/workflow/project_features.md')
-rw-r--r--doc/workflow/project_features.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/workflow/project_features.md b/doc/workflow/project_features.md
index a523b3facbe..6790c06f325 100644
--- a/doc/workflow/project_features.md
+++ b/doc/workflow/project_features.md
@@ -33,3 +33,11 @@ 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.
+
+## LFS
+
+>**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.