Skip to content
Snippets Groups Projects
Commit 5f8ebd65 authored by Georges Racinet's avatar Georges Racinet
Browse files

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
2 merge requests!245Update MSRV to 1.73 and merge stable,!242Refactorings after RHGitaly implementation of FindTag
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment