diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-04-30 15:34:12 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-04-30 15:34:12 +0000 |
commit | 7275c225f19b5cc75587d4da710885e036b254b6 (patch) | |
tree | 120265ce2ad712cd37a46559718c847b8aedb7af /doc/development/README.md | |
parent | 16e848c17adcf69476e443e6d0849556b0fe6442 (diff) | |
parent | 5e0a2db7068296d2b376a014d76dc5a54bdb8243 (diff) | |
download | gitlab-ce-7275c225f19b5cc75587d4da710885e036b254b6.tar.gz |
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.md | 1 |
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 |