From aae43412f33c858d0f7e265083b3385567deb51e Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Mon, 20 Mar 2017 14:04:37 +0100 Subject: [PATCH] git-lfs: added doc about changing git-lfs --- docs/admin/tuning-change-lfs-dir.rst | 14 ++++++++++++++ docs/admin/tuning-rhodecode.rst | 1 + 2 files changed, 15 insertions(+) create mode 100644 docs/admin/tuning-change-lfs-dir.rst diff --git a/docs/admin/tuning-change-lfs-dir.rst b/docs/admin/tuning-change-lfs-dir.rst new file mode 100644 index 00000000..55e6734a --- /dev/null +++ b/docs/admin/tuning-change-lfs-dir.rst @@ -0,0 +1,14 @@ +.. _git-lfs-loc: + +Change the |git| LFS storage Location +------------------------------------- + +|RCE| manages |git| LFS files from the following default location +:file:`/home/{user}/repos/.cache/lfs_store`. If you wish to change this, use +the following steps: + +1. Open :menuselection:`Admin --> Settings --> VCS` as super-admin. + +In section called `Git Settings` you can change where the LFS +objects should be stored. + diff --git a/docs/admin/tuning-rhodecode.rst b/docs/admin/tuning-rhodecode.rst index 553c64aa..e15fd711 100644 --- a/docs/admin/tuning-rhodecode.rst +++ b/docs/admin/tuning-rhodecode.rst @@ -17,5 +17,6 @@ may find some of the following methods useful. tuning-mount-cache-memory tuning-change-encoding tuning-change-large-file-dir + tuning-change-lfs-dir tuning-hg-auth-loop