Skip to content

operations: Use repository abstraction to resolve refs

Patrick Steinhardt requested to merge pks-parse-revision into master

The operations service currently uses an open-coded parseRevision function, which uses git-rev-parse(1) to resolve a reference. As we have since grown ResoveRefish in our repository abstraction which does the same, let's use that one and remove the open-coded variant.

Merge request reports