git reflog
displays a single-line description, clipping it at the right margin.
74a8491 HEAD@{0}: checkout: moving from feature/x to feature/y
74a8491 HEAD@{1}: commit (merge): Merge branch 'feature/x' of https://github.com/
949d0e4 HEAD@{2}: ...
How can the entire reflog message be displayed, wrapped to take the minimum lines necessary (single-line for short descriptions)?