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>2020-09-23 12:29:33 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2020-09-24 17:15:09 +0300
commit2cbfe50d767d16a738d506911a3a87d2d02b7fff (patch)
treed626c2f33be916233776e3466eda43323ee1506a /doc/README.md
parent2798d481cb16cdb783a3a29c2f02d7d987058a9d (diff)
docs: Explain how to interact with Git in Gitaly
When interacting with Git repositories the Gitaly team contains a lot of knowledge, but it's not written down. This makes it harder for maintainers to spread their knowlegde, and would ease reviews if contributors can learn what to do and not to do. This would also allow maintainers to link to the docs during reviews without explaining the full story, and speed them up.
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 694c13de9..60f2346e2 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -32,10 +32,11 @@ For configuration please read [praefects configuration documentation](doc/config
- [Delta Islands](delta_islands.md)
- [Disk-based Cache](design_diskcache.md)
-- [Tips for reading Git source code](reading_git_source.md)
- [gitaly-ssh](../cmd/gitaly-ssh/README.md)
- [Git object quarantine during git push](object_quarantine.md)
- [Logging in Gitaly](logging.md)
+- [Tips for reading Git source code](reading_git_source.md)
+- [Serverside Git Usage](serverside_git_usage.md)
#### RFCs