From 6e92cbe711dc773672b1092c08ee52c92a546955 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Mon, 4 Mar 2019 12:15:18 +0000 Subject: Update Gitaly docs now NFS isn't required anymore --- doc/development/gitaly.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/development/gitaly.md') diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md index d52920b9a5d..b1785e6f803 100644 --- a/doc/development/gitaly.md +++ b/doc/development/gitaly.md @@ -5,8 +5,9 @@ Workhorse and GitLab-Shell. ## Developing new Git features -Starting with GitLab 10.8, all new Git features should be developed in -Gitaly. +To read or write Git data, a request has to be made to Gitaly. This means that +if you're developing a new feature where you need data that's not yet available +in `lib/gitlab/git` changes have to be made to Gitaly. > This is a new process that is not clearly defined yet. If you want to contribute a Git feature and you're getting stuck, reach out to the -- cgit v1.2.1