Is it possible to create a commit message with link to other repository commit?
Eg. something like [Username\Repo\commitHash]
Usage example: if some bc break would happen in some framework’s commit, I’d like to link to this very commit in my own commits updating my code which uses this framework.
I was searching for something like this myself. Found it on:
https://help.github.com/articles/autolinked-references-and-urls/#commit-shas
Without the angle brackets of course 🙂