junegunn / vim-github-dashboard

:octocat: Browse GitHub events in Vim
484 stars 23 forks source link

Support empty commit messages in activity #33

Closed cdosborn closed 7 years ago

cdosborn commented 7 years ago

This is somewhat of an edge case. Currently GHActivity breaks if a commit was pushed w/o a message.

Return a title of "" if the commit message is empty. This is similar to how git log --oneline prints commits lacking a message.

junegunn commented 7 years ago

Merged, thanks.