BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
68f7fd8b
Commit
68f7fd8b
authored
May 16, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change code comment formatting
parent
bc4fec1f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
merge_request_diff.rb
app/models/merge_request_diff.rb
+3
-1
No files found.
app/models/merge_request_diff.rb
View file @
68f7fd8b
...
@@ -152,10 +152,12 @@ class MergeRequestDiff < ActiveRecord::Base
...
@@ -152,10 +152,12 @@ class MergeRequestDiff < ActiveRecord::Base
# MRs created before 8.4 don't store their true diff refs (start and base),
# MRs created before 8.4 don't store their true diff refs (start and base),
# but we need to get a commit SHA for the "View file @ ..." link by a file,
# but we need to get a commit SHA for the "View file @ ..." link by a file,
# so we find use an approximation of the diff refs if we can't get the actual one.
# so we use an approximation of the diff refs if we can't get the actual one.
#
# These will not be the actual diff refs if the target branch was merged into
# These will not be the actual diff refs if the target branch was merged into
# the source branch after the merge request was created, but it is good enough
# the source branch after the merge request was created, but it is good enough
# for the specific purpose of linking to a commit.
# for the specific purpose of linking to a commit.
#
# It is not good enough for highlighting diffs, so we can't simply pass
# It is not good enough for highlighting diffs, so we can't simply pass
# these as `diff_refs.`
# these as `diff_refs.`
def
fallback_diff_refs
def
fallback_diff_refs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment