Skip to content

UserCreateBranch: Improve "reference is ambiguous" errors

James Fargher requested to merge better_ambiguous_ref_errors into master

#4031 (closed)

There were a couple of problems here:

  • When the "reference is ambiguous" error message trickled up to sentry, it was difficult to understand what was going wrong.
  • CreateUserBranch RPC was incorrectly saying it failed, when in actual fact the branch that was being created was not valid (git would refuse too).
Edited by James Fargher

Merge request reports