Describe your feature request
I would like the hash of each commit to be displayed next to the commit itself. Previously, this was the case but with the new git UI, the hash of the commit isn’t there any more:
What problem(s) would this feature solve?
I would like to be able to copy the hash of a commit to be able to do git diff
in the shell or to view the commit on github (the view on github button is also missing).
Explain what you were trying to do when you came across the problem leading to this feature request
Trying to find the hash of a commit to be able to do git diff <commit-hash>
in the shell to view the diff between the current state and that commit.