fix: git links in comments for multiple OIDs
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)