Skip to content
Snippets Groups Projects
Commit 68f7fd8b authored by Douwe Maan's avatar Douwe Maan
Browse files

Change code comment formatting

parent bc4fec1f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -152,10 +152,12 @@ class MergeRequestDiff < ActiveRecord::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,
# 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
# the source branch after the merge request was created, but it is good enough
# for the specific purpose of linking to a commit.
#
# It is not good enough for highlighting diffs, so we can't simply pass
# these as `diff_refs.`
def fallback_diff_refs
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment