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:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2017-03-16 23:22:45 +0300
committerBen Bodenmiller <bbodenmiller@hotmail.com>2017-03-16 23:22:45 +0300
commit425eaf01b1865dbd0f28b9d883b73f49365356ae (patch)
tree4d9383445e8667e7297436a1cbd0e1cc100ad63d
parent0f3910057c0e2132371ea19f22046cf508b24ae5 (diff)
link to RPC Wikipedia page
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index fcda5d25c..57501af2c 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@
## What
-Gitaly is a Git RPC service for handling all the git calls made by GitLab.
+Gitaly is a Git [RPC](https://en.wikipedia.org/wiki/Remote_procedure_call)
+service for handling 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)