diff options
author | Victor Wu <victor@gitlab.com> | 2017-08-22 15:17:29 +0000 |
---|---|---|
committer | Victor Wu <victor@gitlab.com> | 2017-08-22 15:17:29 +0000 |
commit | f9d9150a0fff44a09e73f521b22263a7012a9574 (patch) | |
tree | 84307c1580e6f5422fdc5e4edbf14bfa36beff2f /doc/user | |
parent | d3005c98fabe47fe0feecc299cc05cf7642457a3 (diff) | |
download | gitlab-ce-f9d9150a0fff44a09e73f521b22263a7012a9574.tar.gz |
Merge request diff file navigation
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/merge_requests/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md index 285c40729fe..26c6277d33a 100644 --- a/doc/user/project/merge_requests/index.md +++ b/doc/user/project/merge_requests/index.md @@ -137,6 +137,14 @@ have been marked as a **Work In Progress**. [Learn more about settings a merge request as "Work In Progress".](work_in_progress_merge_requests.md) +## Merge request diff file navigation + +The diff view has a persistent dropdown for file navigation. As you scroll through +diffs with a large number of files and/or many changes in those files, you can +easily jump to any changed file through the dropdown navigation. + +![Merge request diff file navigation](img/merge_request_diff_file_navigation.png) + ## Ignore whitespace changes in Merge Request diff view If you click the **Hide whitespace changes** button, you can see the diff |