rhgitaly::repository new load_changelog_and... helpers
This helps reduce the duplication in service code a bit, as the error treatment always turns out to be the same. It seems unlikely anything other than `Internal` could be useful if the changelog cannot be opened. It also uncovers that methods returning several blob or trees were reopening the changelog for each returned value and reduces that partially (not true in case of `get_blobs`). This is probably not much anyway for anything making use of the manifest, given how inefficient it is, but it may help in the future.
parent
78498482
No related branches found
No related tags found
Loading
Please register or sign in to comment