Skip to content

Parse object errors from update-ref

Sami Hiltunen requested to merge smh-update-ref-parse-object-errors into master
  • update-ref verifies that an object exists before pointing a reference to it. Updater currently does not parse the error. This commit parsers the errors in to a typed one so it can be easier handled in the calling code.

  • update-ref verifies that an object exists before pointing a reference to it. Updater currently does not parse the error. This commit parsers the errors in to a typed one so it can be easier handled in the calling code.

Merge request reports