Skip to content
代码片段 群组 项目
提交 0c808a32 编辑于 作者: GitLab Bot's avatar GitLab Bot
浏览文件

Automatic merge of gitlab-org/gitlab-ce master

No related branches found
No related tags found
无相关合并请求
......@@ -133,11 +133,15 @@ def old_content_sha
end
def new_blob
new_blob_lazy&.itself
strong_memoize(:new_blob) do
new_blob_lazy&.itself
end
end
def old_blob
old_blob_lazy&.itself
strong_memoize(:old_blob) do
old_blob_lazy&.itself
end
end
def new_blob_lines_between(from_line, to_line)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册