提交 6688a719 编写于 作者: R Rubén Dávila

Backport of gitlab-org/gitlab-ee!6848

上级 be1ef711
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册