From 376fc350ee8b50fd3f6ad970d3ac12a220f09932 Mon Sep 17 00:00:00 2001
From: techknowlogick <techknowlogick@gitea.io>
Date: Wed, 14 Jul 2021 23:28:49 -0400
Subject: [PATCH] add note about minimum required version of git installed
 (#16433)

---
 docs/content/doc/usage/git-lfs-support.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/content/doc/usage/git-lfs-support.md b/docs/content/doc/usage/git-lfs-support.md
index 66e521761212..a8f935de2bf0 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