aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/page/index.en-us.md
diff options
context:
space:
mode:
authorguillep2k <18600385+guillep2k@users.noreply.github.com>2019-09-14 03:24:26 -0300
committerLauris BH <lauris.buksis@zzdats.lv>2019-09-14 09:24:26 +0300
commit1ad6d7d32f0482139aee5eddb3036c05990aeb61 (patch)
treece24d6172d1cf42f8658bb54a531af9e38356ec8 /docs/content/page/index.en-us.md
parent0c47fe2d77bdbff8b3cee9d102297d4e1a90441e (diff)
downloadgitea-1ad6d7d32f0482139aee5eddb3036c05990aeb61.tar.gz
gitea-1ad6d7d32f0482139aee5eddb3036c05990aeb61.zip
Git min requirements (#8177)
* Add minimum git requirements. * Added comments about git lfs and commit-graph * Fix capitalization
Diffstat (limited to 'docs/content/page/index.en-us.md')
-rw-r--r--docs/content/page/index.en-us.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md
index a9ccfce42c..3b0cfe2df5 100644
--- a/docs/content/page/index.en-us.md
+++ b/docs/content/page/index.en-us.md
@@ -255,6 +255,9 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others.
- 2 CPU cores and 1GB RAM is typically sufficient for small teams/projects.
- Gitea should be run with a dedicated non-root system account on UNIX-type systems.
- Note: Gitea manages the `~/.ssh/authorized_keys` file. Running Gitea as a regular user could break that user's ability to log in.
+- [Git](https://git-scm.com/) version 1.7.2 or later is required. Version 1.9.0 or later is recommended. Also please note:
+ - Git [large file storage](https://git-lfs.github.com/) will be available if enabled when git >= 2.1.2.
+ - Git commit-graph rendering will be enabled automatically when git >= 2.18.
## Browser Support