Skip to content
Snippets Groups Projects
Commit 6688a719 authored by Rubén Dávila's avatar Rubén Dávila
Browse files

Backport of gitlab-org/gitlab-ee!6848

parent be1ef711
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -382,7 +382,7 @@ module Gitlab
end
 
def new_blobs(newrev)
return [] if newrev == ::Gitlab::Git::BLANK_SHA
return [] if newrev.blank? || newrev == ::Gitlab::Git::BLANK_SHA
 
strong_memoize("new_blobs_#{newrev}") do
wrapped_gitaly_errors do
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