It is supported to some extend but probably not well documented. Try:
git reflog --pretty=raw | tig --pretty=raw
cool - would it be possible to add this as one of the 'generic bindings' so that it is easily discoverable from the help interface? alternatively is there a way for me to define my own binding in my ~/.gitconfig to achieve this?
tig --reflog ?
Most helpful comment
It is supported to some extend but probably not well documented. Try: