summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2021-07-14 23:28:49 -0400
committerGitHub <noreply@github.com>2021-07-14 23:28:49 -0400
commit376fc350ee8b50fd3f6ad970d3ac12a220f09932 (patch)
treebc134862b9afda7f9c3bc6a901e84cdda91ee4aa /docs
parent11c79b56da0ded8710e5232b98794e095750556a (diff)
downloadgitea-376fc350ee8b50fd3f6ad970d3ac12a220f09932.tar.gz
gitea-376fc350ee8b50fd3f6ad970d3ac12a220f09932.zip
add note about minimum required version of git installed (#16433)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/usage/git-lfs-support.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/doc/usage/git-lfs-support.md b/docs/content/doc/usage/git-lfs-support.md
index 66e5217612..a8f935de2b 100644
--- a/docs/content/doc/usage/git-lfs-support.md
+++ b/docs/content/doc/usage/git-lfs-support.md
@@ -24,3 +24,5 @@ LFS_START_SERVER = true
; Where your lfs files reside, default is data/lfs.
LFS_CONTENT_PATH = /home/gitea/data/lfs
```
+
+**Note**: LFS server support needs at least Git v2.1.2 installed on the server