From 18159acc9d9f8cfcde30ba3440be2046c831ef4e Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 14 Jul 2021 23:28:49 -0400 Subject: [PATCH] add note about minimum required version of git installed (#16433) --- doc/usage/git-lfs-support.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/usage/git-lfs-support.md b/doc/usage/git-lfs-support.md index 66e52176..a8f935de 100644 --- a/doc/usage/git-lfs-support.md +++ b/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