On the Commits page of a Gitlab repository, short commit hashes (8 characters) are displayed. Is there a way to display the long commit hash?
I can copy the long commit hash with the button on the right of the short hash, and I can certainly obtain the long commit hash from the git log
, but I was wondering if there was an alternative way on the Commits page of Gitlab.com repository to view the long hash.
This is with Gitlab SaaS, but I think the behavior is the same across all Gitlab versions.