It would help me to better manage my stashes if the stash message was displayed before the branch I created the stash on.
Right now it goes like
Stashes
> On branch1: stash_message_1 <time since stash was created>
> On branch2: stash_message_2 <time since stash was created>
> On branch3: stash_message_3 <time since stash was created>
Would it be possible to have a configuration option that specified what gets displayed, making a presentation that goes like
Stashes
> stash_message_1 <time since stash was created>
> stash_message_2 <time since stash was created>
> stash_message_3 <time since stash was created>
Color styling could go a long way too to make the messages pop away from the branch names and improve readability there.