diff options
author | Oswaldo Ferreira <oswaldo@gitlab.com> | 2018-04-09 18:24:26 -0300 |
---|---|---|
committer | Oswaldo Ferreira <oswaldo@gitlab.com> | 2018-04-30 11:16:29 -0300 |
commit | 5e0a2db7068296d2b376a014d76dc5a54bdb8243 (patch) | |
tree | ce2edba6d0b5def7b08cfcf03ffe46f4b111d44e /doc/development/README.md | |
parent | ef55bbd25400349aa9ec35e269f408f94ce5f890 (diff) | |
download | gitlab-ce-5e0a2db7068296d2b376a014d76dc5a54bdb8243.tar.gz |
Add developer documentation on diff handling and limits
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 45e9565f9a7..c3ebc6e23bf 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -42,6 +42,7 @@ comments: false - [Issue and merge requests state models](object_state_models.md) - [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 |