How can I use @git with a specific SHA? It shows only the last X sha’s.
I think currently you can search for commits only by their messages, not by their IDs. You need to type out the commit message after the ‘@’ symbol.
Works. Thank you!
@'ing the SHA should work too. Does it not?