Problem: Web interface doesn't show if commits, tags, or merges are signed.
Solution: Add a verified or signed icon next to each object that supports it. Github does it this way: https://github.com/sublimehq/sublime_merge/issues/url
Optional: Implement signing verification with user supplied gpg key. So this verifies that the user pushing the change is actually the specified user.
Dupe of #170