Skip to content

fix: git links in comments for multiple OIDs

Mario Oenning requested to merge moson/aurweb:fix-git-oid-lookup into master

The chance of finding multiple git object IDs when performing look-ups with a shortened SHA1 hash (7 digits) seems to be quite high.
In those cases pygit2 will throw an error -> Let's catch those exceptions and gracefully handle them.

Fixes: aurweb-errors#496 (and alike)

Merge request reports