Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSid Sijbrandij <sytse@gitlab.com>2017-01-04 16:31:06 +0300
committerSid Sijbrandij <sytse@gitlab.com>2017-01-04 16:31:06 +0300
commite3f1dceaf68c4322928a8ac3216c9a6dc98eca4b (patch)
treec83fdb22779465c0443191278c2e5333b0c8e103
parent790c344957758641983bf187739fb28b40eaa683 (diff)
parent2c4e7ff35127475d1bf2e070beeda35a14ca14db (diff)
Merge branch 'under-development' into 'master'
Clarify that Gitaly is under development See merge request !32
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index dc2b2f1f4..762c6684d 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,9 @@ Gitaly is a daemon handles all the git calls made by GitLab.
To see where it fits in please look at [GitLab's architecture](https://docs.gitlab.com/ce/development/architecture.html#system-layout)
+Gitaly is still under development. We expect it to become a standard
+component of GitLab in Q1 2017 and to reach full scope in Q3 2017.
+
## References
- [GitHub diff pages](http://githubengineering.com/how-we-made-diff-pages-3x-faster/)