Closed
Description
Is your feature request related to a problem? Please describe.
Currently you can only view the log of HEAD, tags, branches and stashes. But I can't enter an arbitrary git hash or an alias(like FETCH_HEAD).
Describe the solution you'd like
Either add a form for pasting a revision or alias, or accept a position argument to gitui
similar to the way git log REV
works.