Skip to content

Don't use rugged to write refs

Don't use rugged to write refs, always shell out to git update-ref.

For updating HEAD we need to use git symbolic-ref.

Closes #1378 (closed)

Edited by GitLab Release Tools Bot

Merge request reports