Skip to content

refs: Return structured errors for DeleteRefs

John Cai requested to merge jc-delete-ref-return-errors into master

In the cases where we get an error trying to update the ref, return a structured error with the git error embedded in it so the rails side can interpret the error and raise a GitError.

Changelog: changed

Merge request reports