This commit is contained in:
Rubén Dávila 2018-08-08 16:18:37 -05:00
parent be1ef711ed
commit 6688a719c4
1 changed files with 1 additions and 1 deletions

View File

@ -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