Skip to content

UpdateRemoteMirror: fix default branch resolution

Jacob Vosmaer requested to merge jv-1421 into master

Closes #1421 (closed)

This should also fix any other code that was assuming that Gitlab::Git::Repository#commit returns the commit pointed to by the default branch: that assumption was false but is now true.

Merge request reports