Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
03c952c2
Commit
03c952c2
authored
Dec 10, 2019
by
Kerri Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup rebase conflicts
parent
2c0a664a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
lib/gitlab/diff/highlight_cache.rb
lib/gitlab/diff/highlight_cache.rb
+0
-7
No files found.
lib/gitlab/diff/highlight_cache.rb
View file @
03c952c2
...
...
@@ -68,17 +68,10 @@ module Gitlab
end
end
<<<<<<<
HEAD
def
cacheable_files
strong_memoize
(
:cacheable_files
)
do
diff_files
=
@diff_collection
.
diff_files
diff_files
.
select
{
|
file
|
cacheable?
(
file
)
&&
read_file
(
file
).
nil?
}
end
=======
def
uncached_files
diff_files
.
select
{
|
file
|
read_cache
[
file
.
file_path
].
nil?
}
>>>>>>>
Allow
diff_files
to
return
undecorated
files
end
# Given a hash of:
...
...
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