Commit 03c952c2 authored by Kerri Miller's avatar Kerri Miller

Cleanup rebase conflicts

parent 2c0a664a
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment