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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-04-08 17:45:14 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-04-15 13:09:29 +0300
commit2c02a335b917c62dc6caa3213ec4e6f2b5dc1091 (patch)
tree83a3e1904efc2caddb8abc10be7d7a1c1d15be5c /doc/README.md
parentfb06aa871d117443f3012f3e7548e374972e68fd (diff)
Add technical documentation about delta islands
To prevent only a few people to have the understanding of Gitaly, the feature is explained on a technical level. Thus it lives in the Gitaly repository as these are features that end users don't have an interface to other than their usual interface, `git fetch` or `git clone`.
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md
index 65217c61c..a3a2b29af 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -23,3 +23,7 @@ means that Gitaly is not highly available. How this will be solved is described
[in the HA design document](doc/design_ha.md)
For configuration please read [praefects configuration documentation](doc/configuration/praefect.md).
+
+#### Technical explanations
+
+- [Delta Islands](doc/delta_islands.md)