summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-04-18 09:40:42 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-04-18 09:40:42 +0000
commit28e42f1cab5f73001826a7967d2f9e6c1a04f95c (patch)
tree80c8dd2322377e63a515d8a1c8aa3c7903982c77
parent2bbad757c9d16abe045fa1f3529c81e5c6c9d3e7 (diff)
parent6ad6cc40e0dca845ff26cd2f41f27c9c6f2792c7 (diff)
downloadgitlab-ce-28e42f1cab5f73001826a7967d2f9e6c1a04f95c.tar.gz
Merge branch 'jramsay/multiline-suggestion-docs' into 'master'
Improve multi-line suggestion docs See merge request gitlab-org/gitlab-ce!27465
-rw-r--r--doc/user/discussions/index.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/user/discussions/index.md b/doc/user/discussions/index.md
index bf41fdecd10..c7e8bb5b33b 100644
--- a/doc/user/discussions/index.md
+++ b/doc/user/discussions/index.md
@@ -348,19 +348,23 @@ Custom commit messages will be introduced by
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/53310) in GitLab 11.10.
-Reviewers can also suggest changes to
-multiple lines with a single suggestion within Merge Request diff discussions.
+Reviewers can also suggest changes to multiple lines with a single suggestion
+within Merge Request diff discussions by adjusting the range offsets. The
+offsets are relative to the position of the diff discussion, and specify the
+range to be replaced by the suggestion when it is applied.
![Multi-line suggestion syntax](img/multi-line-suggestion-syntax.png)
-In the example above, the suggestion covers three lines above and four lines below the commented diff line.
-It'd change from 3 lines _above_ to 4 lines _below_ the commented Diff line.
+In the example above, the suggestion covers three lines above and four lines
+below the commented line. When applied, it would replace from 3 lines _above_
+to 4 lines _below_ the commented line, with the suggested change.
![Multi-line suggestion preview](img/multi-line-suggestion-preview.png)
NOTE: **Note:**
-Suggestions covering multiple lines are limited to 100 lines _above_ and 100 lines _below_
-the commented diff line, allowing up to 200 changed lines per suggestion.
+Suggestions covering multiple lines are limited to 100 lines _above_ and 100
+lines _below_ the commented diff line, allowing up to 200 changed lines per
+suggestion.
## Start a discussion by replying to a standard comment