summaryrefslogtreecommitdiff
path: root/doc/development/gitaly.md
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-04 12:15:18 +0000
committerDouwe Maan <douwe@gitlab.com>2019-03-04 12:15:18 +0000
commit6e92cbe711dc773672b1092c08ee52c92a546955 (patch)
tree98b2e10085f333da12bdcb1de5329e5b8954dfea /doc/development/gitaly.md
parentcd8ca13d149cc884ba482ed691346ca63ccc0960 (diff)
downloadgitlab-ce-6e92cbe711dc773672b1092c08ee52c92a546955.tar.gz
Update Gitaly docs now NFS isn't required anymore
Diffstat (limited to 'doc/development/gitaly.md')
-rw-r--r--doc/development/gitaly.md5
1 files changed, 3 insertions, 2 deletions
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