Skip to content

git/updateref: introduces MultipleUpdatesError for multiple updates errors

If multiple updates are performed on a single ref within the same transaction, it can result in multiple updates errors, which are opaque to the user. This error has not been handled correctly.

This MR introduces the MultipleUpdatesError struct to represent multiple updates errors and captures these errors. Additionally, it includes corresponding test code.

closes #5452 (closed)

Merge request reports