-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'remove-heading-space-from-diff-content' into 'master'
Remove an extra leading space from diff paste data ## What does this MR do? Remove an extra leading space from diff paste data. ## Are there points in the code the reviewer needs to double check? I have checked the following three patterns. * inline diff * parallel diff * blob preview ## Why was this MR needed? Diff paste data contain an extra leading space. So it need to remove an extra leading space manually from pasted diff data. ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? #14176 Closes #23899 See merge request !7133
No related branches found
No related tags found
Showing
- app/assets/javascripts/diff.js 0 additions, 4 deletionsapp/assets/javascripts/diff.js
- app/assets/stylesheets/pages/diff.scss 18 additions, 15 deletionsapp/assets/stylesheets/pages/diff.scss
- app/helpers/diff_helper.rb 3 additions, 4 deletionsapp/helpers/diff_helper.rb
- app/views/projects/diffs/_line.html.haml 2 additions, 2 deletionsapp/views/projects/diffs/_line.html.haml
- changelogs/unreleased/remove-heading-space-from-diff-content.yml 4 additions, 0 deletions...ogs/unreleased/remove-heading-space-from-diff-content.yml
- spec/helpers/diff_helper_spec.rb 1 addition, 1 deletionspec/helpers/diff_helper_spec.rb
Please register or sign in to comment