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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-04-30 18:34:12 +0300
committerDouwe Maan <douwe@gitlab.com>2018-04-30 18:34:12 +0300
commit7275c225f19b5cc75587d4da710885e036b254b6 (patch)
tree120265ce2ad712cd37a46559718c847b8aedb7af /doc/development/README.md
parent16e848c17adcf69476e443e6d0849556b0fe6442 (diff)
parent5e0a2db7068296d2b376a014d76dc5a54bdb8243 (diff)
Merge branch '43614-osw-diff-docs' into 'master'
Add developer documentation on diff handling and limits Closes #43614 See merge request gitlab-org/gitlab-ce!18269
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 99c6641e637..3c77e99b8cf 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -41,6 +41,7 @@ comments: false
- [Avoid modules with instance variables](module_with_instance_variables.md) if possible
- [How to dump production data to staging](db_dump.md)
- [Working with the GitHub importer](github_importer.md)
+- [Working with Merge Request diffs](diffs.md)
## Performance guides