gitlab-org--gitlab-foss/changelogs/unreleased/bvl-use-shell-writeref.yml
Bob Van Landuyt 67f2faa72d Don't specify shell for Gitaly write-ref
Use shelling out to git to write refs instead of rugged, hoping to
avoid creating invalid refs.

To update HEAD we switched to using `git symbolic-ref`.
2018-11-26 16:44:26 +01:00

5 lines
124 B
YAML

---
title: Avoid creating invalid refs using rugged, shelling out for writing refs
merge_request: 23286
author:
type: fixed